Skip to content

Commit 105ab11

Browse files
Address review
1 parent c463914 commit 105ab11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/ceval_macros.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ do { \
396396
if (next_instr == NULL) { \
397397
next_instr = frame->instr_ptr; \
398398
stack_pointer = _PyFrame_GetStackPointer(frame); \
399-
return _TAIL_CALL_error(TAIL_CALL_ARGS); \
399+
return JUMP_TO_LABEL(error); \
400400
} \
401401
stack_pointer = _PyFrame_GetStackPointer(frame); \
402402
DISPATCH(); \

0 commit comments

Comments
 (0)