diff options
author | Victor Stinner <vstinner@python.org> | 2023-06-06 11:03:51 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-06-06 11:03:51 (GMT) |
commit | 0202aa002e06acef9aa55ace0d939103df19cadd (patch) | |
tree | 14e629090e66e915e365ce6864b047458e7517c3 /Makefile.pre.in | |
parent | 2c49c759e880a32539f50c31dbd35d2bc4b4e030 (diff) | |
download | cpython-0202aa002e06acef9aa55ace0d939103df19cadd.zip cpython-0202aa002e06acef9aa55ace0d939103df19cadd.tar.gz cpython-0202aa002e06acef9aa55ace0d939103df19cadd.tar.bz2 |
gh-102304: Fix up Simple ABI doc (GH-105351)
Diffstat (limited to 'Makefile.pre.in')
-rw-r--r-- | Makefile.pre.in | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/Makefile.pre.in b/Makefile.pre.in index 9cc3164..ae428eb 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -1309,11 +1309,6 @@ check-abidump: all .PHONY: regen-limited-abi regen-limited-abi: all - # Regenerate files using using Tools/build/stable_abi.py: - # - Doc/data/stable_abi.dat - # - Lib/test/test_stable_abi_ctypes.py - # - Modules/_testcapi_feature_macros.inc - # - PC/python3dll.c $(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/build/stable_abi.py --generate-all $(srcdir)/Misc/stable_abi.toml ############################################################################ |