make AnalyseDeclarationsTransform inherit from EnvTransform to fix inconsistencies...
authorStefan Behnel <stefan_ml@behnel.de>
Tue, 1 Jan 2013 21:14:32 +0000 (22:14 +0100)
committerStefan Behnel <stefan_ml@behnel.de>
Tue, 1 Jan 2013 21:14:32 +0000 (22:14 +0100)
commitdb1e13e862893e49bd5d3fc6748015530955938e
treef41f5016fa721a635192a95658d540652b5080b0
parent325da76f899d420d22183e285f2858aa83954bd0
make AnalyseDeclarationsTransform inherit from EnvTransform to fix inconsistencies in scope tracking
Cython/Compiler/ParseTreeTransforms.pxd
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Symtab.py
Cython/Compiler/Visitor.py
tests/run/closure_defaultargs.pyx [deleted file]
tests/run/cyfunction_defaults.pyx