Skip to content

Commit 5bc7d14

Browse files
Address review again
1 parent 142e56e commit 5bc7d14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/cases_generator/tier1_tail_call_generator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
write_single_inst
2525
)
2626

27-
DEFAULT_INPUT = ROOT / "Python/generated_tail_call_handlers.c.h"
27+
DEFAULT_INPUT = ROOT / "Python/bytecodes.c"
2828
DEFAULT_OUTPUT = ROOT / "Python/generated_tail_call_handlers.c.h"
2929

3030
DEFAULT_CEVAL_INPUT = ROOT / "Python/ceval.c"

0 commit comments

Comments
 (0)