mirror of
https://github.com/python/cpython.git
synced 2025-08-31 14:07:50 +00:00
GH-113464: Remove the extra jump via _SIDE_EXIT
in _EXIT_TRACE
(GH-118545)
This commit is contained in:
parent
0b7814e0b6
commit
da2cfc4cb6
6 changed files with 31 additions and 53 deletions
4
Python/optimizer_cases.c.h
generated
4
Python/optimizer_cases.c.h
generated
|
@ -2140,10 +2140,6 @@
|
|||
break;
|
||||
}
|
||||
|
||||
case _SIDE_EXIT: {
|
||||
break;
|
||||
}
|
||||
|
||||
case _ERROR_POP_N: {
|
||||
stack_pointer += -oparg;
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue