8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b03755a commit 7f55f58Copy full SHA for 7f55f58
Makefile.pre.in
@@ -1543,10 +1543,11 @@ regen-opcode-targets:
1543
.PHONY: regen-cases
1544
regen-cases:
1545
# Regenerate various files from Python/bytecodes.c
1546
+ # Pass CASESFLAG=-l to insert #line directives in the output
1547
PYTHONPATH=$(srcdir)/Tools/cases_generator \
1548
$(PYTHON_FOR_REGEN) \
1549
$(srcdir)/Tools/cases_generator/generate_cases.py \
- --emit-line-directives \
1550
+ $(CASESFLAG) \
1551
-o $(srcdir)/Python/generated_cases.c.h.new \
1552
-m $(srcdir)/Include/internal/pycore_opcode_metadata.h.new \
1553
-e $(srcdir)/Python/executor_cases.c.h.new \
0 commit comments