pure syntax-level merge of latest cython-devel - breaks all closure tests, likely...
authorStefan Behnel <scoder@users.berlios.de>
Tue, 16 Feb 2010 08:29:31 +0000 (09:29 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 16 Feb 2010 08:29:31 +0000 (09:29 +0100)
commitcd2c1a337ce861d8ab087362e91ee3cf0014bab9
tree225b6711765754b90fb85d2b054330247aa9b225
parent24b146a06435a00d0353d54354aed0db2ea67a1f
parent6e41403170ca61556b749ca93e8761ccaece6f81
pure syntax-level merge of latest cython-devel - breaks all closure tests, likely due to C++ changes
12 files changed:
Cython/Compiler/Code.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/Main.py
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Compiler/Optimize.py
Cython/Compiler/Options.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Parsing.pxd
Cython/Compiler/Parsing.py
Cython/Compiler/Symtab.py
Cython/Compiler/Visitor.py