8000 gh-126206: make clinic now forcefully regenerates clinic code (#126244) · python/cpython@43447cb · GitHub
[go: up one dir, main page]

Skip to content

Commit 43447cb

Browse files
gh-126206: make clinic now forcefully regenerates clinic code (#126244)
1 parent 295262c commit 43447cb

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -904,7 +904,7 @@ coverage-report: regen-token regen-frozen
904904
# Run "Argument Clinic" over all source files
905905
.PHONY: clinic
906906
clinic: check-clean-src
907-
$(PYTHON_FOR_REGEN) $(srcdir)/Tools/clinic/clinic.py --make --exclude Lib/test/clinic.test.c --srcdir $(srcdir)
907+
$(PYTHON_FOR_REGEN) $(srcdir)/Tools/clinic/clinic.py --force --make --exclude Lib/test/clinic.test.c --srcdir $(srcdir)
908908

909909
.PHONY: clinic-tests
910910
clinic-tests: check-clean-src $(srcdir)/Lib/test/clinic.test.c
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
``make clinic`` now runs Argument Clinic using the ``--force`` option,
2+
thus forcefully regenerating generated code.

0 commit comments

Comments
 (0)
0