fix sequence assignments for value coercion to non-Python types
authorStefan Behnel <scoder@users.berlios.de>
Fri, 21 Nov 2008 11:07:26 +0000 (12:07 +0100)
committerStefan Behnel <scoder@users.berlios.de>
Fri, 21 Nov 2008 11:07:26 +0000 (12:07 +0100)
commit20108dcdd4780e436d04e5a2d02c2721c0fef462
treeca3e9f22f21fc138659feaa71a2a87809e46bc54
parent40002217949319837aab4b729090afc17ecc58e6
fix sequence assignments for value coercion to non-Python types
- coercion code cannot currently be taken out of the conditional as the temp release of the coercion code happens straight away
Cython/Compiler/ExprNodes.py
tests/run/tupleassign.pyx