Revert "Add ignore file for the abidump check (GH-25323)" (GH-25394)

This reverts commit b3fec753bb.
This commit is contained in:
Pablo Galindo 2021-04-14 00:26:43 +01:00 committed by GitHub
parent 5ce227f3a7
commit 4da5ca52b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 11 deletions

View file

@ -1,8 +0,0 @@
[suppress_type]
name_regexp = _Py.*
[suppress_variable]
name_regexp = _Py.*
[suppress_function]
name_regexp = _Py.*

View file

@ -759,9 +759,7 @@ regen-abidump: all
@$(UPDATE_FILE) $(srcdir)/Doc/data/python$(LDVERSION).abi $(srcdir)/Doc/data/python$(LDVERSION).abi.new
check-abidump: all
abidiff "libpython$(LDVERSION).so" $(srcdir)/Doc/data/python$(LDVERSION).abi --drop-private-types \
--suppressions $(srcdir)/Doc/data/python$(LDVERSION).abi.ignorefile \
--no-architecture --no-added-syms
abidiff "libpython$(LDVERSION).so" $(srcdir)/Doc/data/python$(LDVERSION).abi --drop-private-types --no-architecture --no-added-syms
############################################################################
# Regenerate all generated files