fixes: generate constant declarations before we access them, write cleanup code as...
authorStefan Behnel <scoder@users.berlios.de>
Tue, 13 May 2008 17:59:36 +0000 (19:59 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 13 May 2008 17:59:36 +0000 (19:59 +0200)
commit9257aee93b6704d5ed0b460630e1aab2bd688dc8
treefe4a1ea964a9d087c818723ca9a4fc26f9e82375
parentc4ba39e12e8893223c235ac3f92617960f298aa4
fixes: generate constant declarations before we access them, write cleanup code as before
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
Cython/Compiler/Symtab.py