Skip to content

Commit 22ea2e5

Browse files
Simplify
1 parent c65688d commit 22ea2e5

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

Python/ceval.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -866,14 +866,9 @@ _PyEval_EvalFrameDefault(PyThreadState *tstate, _PyInterpreterFrame *frame, int
866866
return _TAIL_CALL_start_frame(frame, NULL, tstate, NULL, 0);
867867
#else
868868
goto start_frame;
869+
# include "generated_cases.c.h"
869870
#endif
870871

871-
#ifndef Py_TAIL_CALL_INTERP
872-
# include "generated_cases.c.h"
873-
#endif
874-
875-
876-
877872

878873
#ifdef _Py_TIER2
879874

0 commit comments

Comments
 (0)