Emit and release temporary variables in global namespace
authorThomas Hunger <none@none>
Wed, 19 Sep 2007 10:47:06 +0000 (12:47 +0200)
committerThomas Hunger <none@none>
Wed, 19 Sep 2007 10:47:06 +0000 (12:47 +0200)
commit936fa570f30242bac80885a157d9f59354cae3cc
tree19ffaa572fb362f915f29472ea16f41ebfe0057e
parentc5ce74b878c3a84417d168d73b9e9fb30e4c3ddd
Emit and release temporary variables in global namespace
because the class-body code is exectuted at module-init time.
Cython/Compiler/ModuleNode.py
Cython/Compiler/Symtab.py