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