fix ticket 467: restore eval-once semantics for all rhs items in parallel assignments...
authorStefan Behnel <scoder@users.berlios.de>
Sat, 6 Mar 2010 14:30:38 +0000 (15:30 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 6 Mar 2010 14:30:38 +0000 (15:30 +0100)
commit33f8fe4e186e6c282e50c261d6fb98681f040e89
treed6aa834567b64ad52b67f30a880458e058ace647
parenteba0c000bce3d89747f4257540a8c6c353e6e680
fix ticket 467: restore eval-once semantics for all rhs items in parallel assignments by extracting common subexpressions into temps
Cython/Compiler/ParseTreeTransforms.py
Cython/Compiler/UtilNodes.py