coercions should always return a new node in order to support result reuse
authorStefan Behnel <scoder@users.berlios.de>
Sun, 25 Jul 2010 13:56:52 +0000 (15:56 +0200)
committerStefan Behnel <scoder@users.berlios.de>
Sun, 25 Jul 2010 13:56:52 +0000 (15:56 +0200)
commitba750d10784edac38e066df5cc82a10e8a5de9bb
tree9da736101e7cd9bc411b594a105ff8283a511ae4
parentb2d2e9cecd91d4bb600d675213efc3fd406542c0
coercions should always return a new node in order to support result reuse
Cython/Compiler/ExprNodes.py