Reduce code size for tuple unpacking.
authorRobert Bradshaw <robertwb@math.washington.edu>
Sat, 14 Mar 2009 21:15:31 +0000 (14:15 -0700)
committerRobert Bradshaw <robertwb@math.washington.edu>
Sat, 14 Mar 2009 21:15:31 +0000 (14:15 -0700)
commit3d30a2a755ee80602a490f1e3b1c3557bf8a2bf8
treed3aec8c6de13f24f723fc9a432b7d07524ad2216
parent114e8f0def5f5b056911b4208d2a996791b6486f
Reduce code size for tuple unpacking.
Cython/Compiler/ExprNodes.py