Fix bug #409 with temps and sequence unpacking.
authorRobert Bradshaw <robertwb@math.washington.edu>
Thu, 15 Oct 2009 05:06:59 +0000 (22:06 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Thu, 15 Oct 2009 05:06:59 +0000 (22:06 -0700)
commita07db9ebf509212eed315379e16ba69e7c6eb69e
tree7b1807ec5602554a8d62340145251eafd64f3b5e
parent8d1b692a9becd573a539888ece0c1d2b9e733e14
Fix bug #409 with temps and sequence unpacking.
Cython/Compiler/ExprNodes.py
Cython/Compiler/Parsing.py
tests/run/temp_alloc_T409.pyx [new file with mode: 0644]