fix for assignments to sequences
- in the case of an unpacking error, no assignment must take place => do the complete unpacking first, then the assignment - a tiny bit slower for tuples (<5%) - shorter, much more readable code
Showing
tests/run/tupleassign.pyx
0 → 100644
Please register or sign in to comment