fix previously introduced crash bug due to multiple temp allocation in comprehensions
authorStefan Behnel <scoder@users.berlios.de>
Fri, 19 Dec 2008 19:15:56 +0000 (20:15 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 19 Dec 2008 19:15:56 +0000 (20:15 +0100)
commit4eb270d863ec7beed1b52b5f8c5a252c8767e943
tree00d3d3747aab05e3ecdbcfdf4b201c8bddc92ff6
parentd49e0ae5dbf7cc69a5aaefd096312a8c7b51d30f
fix previously introduced crash bug due to multiple temp allocation in comprehensions
Cython/Compiler/ExprNodes.py