gh-129819: Allow tier2/JIT and tailcall (GH-129820)

This commit is contained in:
Ken Jin 2025-02-13 02:18:36 +08:00 committed by GitHub
parent 11bb08e4ec
commit 1b27f36eb0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 3 additions and 27 deletions

View file

@ -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)