• Nicolas Pauss's avatar
    2685_warn_undeclared: fix undeclared type warnings for unpickle variables. · e5576436
    Nicolas Pauss authored
    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.
    e5576436
ParseTreeTransforms.py 135 KB