Skip to content

Commit 49533e1

Browse files
Address review by Dong-hee
1 parent fdaaed2 commit 49533e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/ceval.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -792,7 +792,7 @@ _PyEval_EvalFrameDefault(PyThreadState *tstate, _PyInterpreterFrame *frame, int
792792
_Py_EnsureTstateNotNULL(tstate);
793793
CALL_STAT_INC(pyeval_calls);
794794

795-
#if USE_COMPUTED_GOTOS && !defined(Py_TAIL_CALL_INTERP)
795+
#if USE_COMPUTED_GOTOS && !Py_TAIL_CALL_INTERP
796796
/* Import the static jump table */
797797
#include "opcode_targets.h"
798798
#endif

0 commit comments

Comments
 (0)