disable type inference for closures and work around prematurely created closure field...
authorStefan Behnel <scoder@users.berlios.de>
Sat, 20 Mar 2010 12:27:50 +0000 (13:27 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 20 Mar 2010 12:27:50 +0000 (13:27 +0100)
commit64b44e3132d982372b2a323f48d880334221d4b2
tree1bf089309295a2176887c82cc7dfba6f3a23f30c
parenta643524d440141fce34638c2c953f88526d49f7d
disable type inference for closures and work around prematurely created closure fields with incorrect type information
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/TypeInference.py