• Jeremy Hylton's avatar
    Refactor the logic for setting f_builtins. · bd5cbf86
    Jeremy Hylton yazdı
    For the case where the current globals match the previous frame's
    globals, eliminates three tests in two if statements.  For the case
    where we just get __builtins__ from a module, eliminate a couple of
    tests.
    bd5cbf86
frameobject.c 21.8 KB