mirror of
https://github.com/python/cpython.git
synced 2025-11-01 14:11:41 +00:00
GH-117062: Make _JUMP_TO_TOP a general absolute jump (GH-120854)
This commit is contained in:
parent
ce1064e4c9
commit
a47abdb45d
5 changed files with 7 additions and 12 deletions
4
Python/executor_cases.c.h
generated
4
Python/executor_cases.c.h
generated
|
|
@ -4302,9 +4302,7 @@
|
|||
}
|
||||
|
||||
case _JUMP_TO_TOP: {
|
||||
#ifndef _Py_JIT
|
||||
next_uop = ¤t_executor->trace[1];
|
||||
#endif
|
||||
JUMP_TO_JUMP_TARGET();
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue