• Tim Peters's avatar
    PyFrameObject: rename f_stackbottom to f_stacktop, since it points to · 8c963695
    Tim Peters yazdı
    the next free valuestack slot, not to the base (in America, stacks push
    and pop at the top -- they mutate at the bottom in Australia <winK>).
    eval_frame():  assert that f_stacktop isn't NULL upon entry.
    frame_delloc():  avoid ordered pointer comparisons involving f_stacktop
    when f_stacktop is NULL.
    8c963695
frameobject.h 3.01 KB