mirror of
https://github.com/python/cpython.git
synced 2025-08-30 21:48:47 +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 @@ pop_3_error:
|
|||
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