refactor scope handling in ScopedExprNode, enable type inference for inlined genexpr...
authorStefan Behnel <scoder@users.berlios.de>
Tue, 30 Nov 2010 07:04:20 +0000 (08:04 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Tue, 30 Nov 2010 07:04:20 +0000 (08:04 +0100)
commit8caa6c6af803ab05deaa6815c0ab529c752068be
treee75f8353438cc9dc266cbc76f10f2f5b67402b93
parentbb3dfdb4f99dc8c37b6aa9672ac59c63d0b823f7
refactor scope handling in ScopedExprNode, enable type inference for inlined genexpr nodes, fix type coercion of sum(genexpr)
Cython/Compiler/ExprNodes.py
Cython/Compiler/ParseTreeTransforms.py