• Guido van Rossum's avatar
    Fix a bug in exec_statement() noted incidentally by Tim Peters in · ffd57cf7
    Guido van Rossum authored
    PR#175 -- when exec is passed a code object, it didn't sync the locals
    from the dictionary back into their fast representation.
    
    Also took the time to remove some repetitive code there and to do the
    syncing even when an exception is raised (since a partial effect
    should still be synced).
    ffd57cf7
ceval.c 63.1 KB