Skip to content

Commit 98e5e68

Browse files
Update ceval_macros.h
1 parent bbea58f commit 98e5e68

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
@@ -79,7 +79,7 @@
7979
# define Py_PRESERVE_NONE_CC __attribute__((preserve_none))
8080
Py_PRESERVE_NONE_CC typedef PyObject* (*py_tail_call_funcptr)(TAIL_CALL_PARAMS);
8181

82-
# define TARGET(op) PyObject *_TAIL_CALL_##op(TAIL_CALL_PARAMS)
82+
# define TARGET(op) Py_PRESERVE_NONE_CC PyObject *_TAIL_CALL_##op(TAIL_CALL_PARAMS)
8383
# define DISPATCH_GOTO() \
8484
do { \
8585
Py_MUSTTAIL return (INSTRUCTION_TABLE[opcode])(TAIL_CALL_ARGS); \

0 commit comments

Comments
 (0)