We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ce227f commit 60b70fdCopy full SHA for 60b70fd
Doc/data/python3.9.abi.ignorefile
Makefile.pre.in
@@ -759,9 +759,7 @@ regen-abidump: all
759
@$(UPDATE_FILE) $(srcdir)/Doc/data/python$(LDVERSION).abi $(srcdir)/Doc/data/python$(LDVERSION).abi.new
760
761
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
+ abidiff "libpython$(LDVERSION).so" $(srcdir)/Doc/data/python$(LDVERSION).abi --drop-private-types --no-architecture --no-added-syms
765
766
############################################################################
767
# Regenerate all generated files
0 commit comments