optimise away redundant ref-counting of unused yield result values
authorStefan Behnel <scoder@users.berlios.de>
Sat, 11 Dec 2010 00:46:05 +0000 (01:46 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Sat, 11 Dec 2010 00:46:05 +0000 (01:46 +0100)
commit36056016561bdd76698d526d730b720a499dccfe
tree11396782058ad19b3563617a0504794016e94dc1
parentbcf5763f15f95ea78bf6b6a08e327545d1088c4e
optimise away redundant ref-counting of unused yield result values
Cython/Compiler/ExprNodes.py
Cython/Compiler/Nodes.py