Introduce TempsBlockNode utility, improve TreeFragment-generated temps
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Wed, 24 Sep 2008 21:54:56 +0000 (23:54 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Wed, 24 Sep 2008 21:54:56 +0000 (23:54 +0200)
commita67aaf75bcb2108b09828aec9751994d63979554
tree8611d17e039d0f8e9b0eff70e1271b2b5ceb28e9
parenta5e1aea25943e07ff0ba11ecee22b0a1918620f2
Introduce TempsBlockNode utility, improve TreeFragment-generated temps
12 files changed:
Cython/CodeWriter.py
Cython/Compiler/Buffer.py
Cython/Compiler/CodeGeneration.py
Cython/Compiler/ExprNodes.py
Cython/Compiler/Nodes.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Tests/TestParseTreeTransforms.py
Cython/Compiler/Tests/TestTreeFragment.py
Cython/Compiler/TreeFragment.py
Cython/Compiler/UtilNodes.py [new file with mode: 0644]
Cython/Compiler/Visitor.py
Cython/TestUtils.py