Support lambda in class and cclass scope, ticket #605.
authorVitja Makarov <vitja.makarov@gmail.com>
Fri, 3 Dec 2010 13:24:03 +0000 (16:24 +0300)
committerVitja Makarov <vitja.makarov@gmail.com>
Fri, 3 Dec 2010 13:24:03 +0000 (16:24 +0300)
commit3b16dc6375b81dc7b1057d1a6ac7d7985eba1191
treeb3447e04ffff6e273c8c8da665e478d9c8b02b54
parenteea8ce9147778dd762828f25649858e525179bd8
Support lambda in class and cclass scope, ticket #605.
Cython/Compiler/ModuleNode.py
Cython/Compiler/Nodes.py
tests/run/lambda_class_T605.pyx [new file with mode: 0644]