• Guido van Rossum's avatar
    Two small changes: · deb0c5e6
    Guido van Rossum authored
    - Use co->... instead of f->f_code->...; save an extra lookup of what
    we already have in a local variable).
    
    - Remove test for nlocals > 0 before setting fastlocals to
    f->f_localsplus; 0 is a rare case and the assignment is safe even
    then.
    deb0c5e6
ceval.c 62.4 KB