• Guido van Rossum's avatar
    Fix a bug in exec_statement() noted incidentally by Tim Peters in · a400d8a9
    Guido van Rossum yazdı
    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).
    a400d8a9
ceval.c 63.1 KB