fix decorator lookup by avoiding (re-)assignments to the function/class name before...
authorStefan Behnel <scoder@users.berlios.de>
Wed, 29 Dec 2010 22:04:25 +0000 (23:04 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Wed, 29 Dec 2010 22:04:25 +0000 (23:04 +0100)
commit37d6fac05af9250c214f25aaf2a11a5ab6326052
tree77367387aa899476c9c6b8c18f97efe707c31106
parentac511d83692939cbce0637b8f1bd301138f80c7e
fix decorator lookup by avoiding (re-)assignments to the function/class name before their execution (ticket #593)
Cython/Compiler/Nodes.py
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/Tests/TestDecorators.py [deleted file]