fix #466: make sure ConstNode.coerce_to() always returns a new node (required to...
authorStefan Behnel <scoder@users.berlios.de>
Fri, 11 Dec 2009 13:15:35 +0000 (14:15 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 11 Dec 2009 13:15:35 +0000 (14:15 +0100)
commit2350ce92c326ceb61e7f76eaec7fb41fb5fd539a
treefe385e4341a95916950e8aef8221ed816d747aee
parent03960539a19d47e01d042e6a473fb4f8cff2dd0a
fix #466: make sure ConstNode.coerce_to() always returns a new node (required to support CloneNodes in cascading assignments to differently typed targets)
Cython/Compiler/ExprNodes.py
Cython/Compiler/Nodes.py
tests/bugs.txt
tests/run/extended_unpacking_T466.pyx