fix scope of closures that was missing a 'directives' dict, explicitly mark closure...
authorStefan Behnel <scoder@users.berlios.de>
Sat, 30 Oct 2010 17:54:35 +0000 (19:54 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 30 Oct 2010 17:54:35 +0000 (19:54 +0200)
commit4ef3dcb642b07a757d5768c2732963bca8c19870
tree14b7bfce7f2d7a8f902716bd43892202e6f7e89c
parent3fcfc62da07f088c79413fb782b4d8073a5d1c37
fix scope of closures that was missing a 'directives' dict, explicitly mark closure classes 'final'
Cython/Compiler/ParseTreeTransforms.py