Fix tuple unpacking bug (related to old temps)
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Sat, 25 Apr 2009 18:58:37 +0000 (20:58 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Sat, 25 Apr 2009 18:58:37 +0000 (20:58 +0200)
commitb61ff76eb20e75f2cabda9ca103904424c0ae41a
tree6e79c372d89a4aa66204652ce8627e0cf1bb8bc1
parent0493847c4f3e5161c84f66b86291543e22793065
Fix tuple unpacking bug (related to old temps)
Cython/Compiler/ExprNodes.py
tests/run/tupleunpack_Thmm.pyx [new file with mode: 0644]