Closed
Description
I think we should compare f->stackpointer
to the result of the _PyFrame_Stackbase(f)
in the _PyFrame_StackPeek
and in the _PyFrame_StackPop
rather than repeat the offset calculation in both of them.
cpython/Include/internal/pycore_interpframe.h
Lines 46 to 60 in c492ac7