• Stefan Behnel's avatar
    fix for assignments to sequences · 40002217
    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
ExprNodes.py 180 KB