2685_warn_undeclared: fix undeclared type warnings for unpickle variables.
The types of variables __pyx_PickleError, __pyx_result from generated unpickle function, and variables state, _dict from __reduce_cython__ generated method were not declared. So warnings were raised with warn.undeclared for every single extension type. Now, we define the type of these variables, and no warnings are raised.
Showing
Please register or sign in to comment