-
Stefan Behnel authored
- 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
40002217
- 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