Show a deprecation warning for old-style `__init__` and `__setstate__`
The warning is shown at module initialization time (on import, not when the functions are called). It's only visible when compiled in debug mode.
Showing
Please register or sign in to comment