We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c463914 commit 105ab11Copy full SHA for 105ab11
Python/ceval_macros.h
@@ -396,7 +396,7 @@ do { \
396
if (next_instr == NULL) { \
397
next_instr = frame->instr_ptr; \
398
stack_pointer = _PyFrame_GetStackPointer(frame); \
399
- return _TAIL_CALL_error(TAIL_CALL_ARGS); \
+ return JUMP_TO_LABEL(error); \
400
} \
401
402
DISPATCH(); \
0 commit comments