mirror of
https://github.com/python/cpython.git
synced 2026-01-04 14:32:21 +00:00
GH-108614: Remove TIER_ONE and TIER_TWO from _PUSH_FRAME (GH-108725)
This commit is contained in:
parent
074ac1f72e
commit
5a3672cb39
5 changed files with 47 additions and 40 deletions
|
|
@ -109,7 +109,6 @@ _PyUopExecute(_PyExecutorObject *executor, _PyInterpreterFrame *frame, PyObject
|
|||
pop_2_error:
|
||||
STACK_SHRINK(1);
|
||||
pop_1_error:
|
||||
pop_1_exit_unwind:
|
||||
STACK_SHRINK(1);
|
||||
error:
|
||||
// On ERROR_IF we return NULL as the frame.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue