mirror of
https://github.com/python/cpython.git
synced 2025-07-23 11:15:24 +00:00
gh-129819: Allow tier2/JIT and tailcall (GH-129820)
This commit is contained in:
parent
11bb08e4ec
commit
1b27f36eb0
5 changed files with 3 additions and 27 deletions
|
@ -397,7 +397,7 @@ do { \
|
|||
stack_pointer = _PyFrame_GetStackPointer(frame); \
|
||||
if (next_instr == NULL) { \
|
||||
next_instr = frame->instr_ptr; \
|
||||
goto error; \
|
||||
JUMP_TO_LABEL(error); \
|
||||
} \
|
||||
DISPATCH(); \
|
||||
} while (0)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue