Skip to content

Commit 60b70fd

Browse files
authored
Revert "Add ignore file for the abidump check (GH-25323)"
This reverts commit b3fec75.
1 parent 5ce227f commit 60b70fd

File tree

2 files changed

+1
-11
lines changed

2 files changed

+1
-11
lines changed

Doc/data/python3.9.abi.ignorefile

-8
This file was deleted.

Makefile.pre.in

+1-3
Original file line numberDiff line numberDiff line change
@@ -759,9 +759,7 @@ regen-abidump: all
759759
@$(UPDATE_FILE) $(srcdir)/Doc/data/python$(LDVERSION).abi $(srcdir)/Doc/data/python$(LDVERSION).abi.new
760760

761761
check-abidump: all
762-
abidiff "libpython$(LDVERSION).so" $(srcdir)/Doc/data/python$(LDVERSION).abi --drop-private-types \
763-
--suppressions $(srcdir)/Doc/data/python$(LDVERSION).abi.ignorefile \
764-
--no-architecture --no-added-syms
762+
abidiff "libpython$(LDVERSION).so" $(srcdir)/Doc/data/python$(LDVERSION).abi --drop-private-types --no-architecture --no-added-syms
765763

766764
############################################################################
767765
# Regenerate all generated files

0 commit comments

Comments
 (0)