From 60b70fd9d028c4626f4557a29f69653a781b3b03 Mon Sep 17 00:00:00 2001 From: Pablo Galindo Date: Tue, 13 Apr 2021 23:45:36 +0100 Subject: [PATCH] Revert "Add ignore file for the abidump check (GH-25323)" This reverts commit b3fec753bb14e10066be908b93d3448c6b433ea6. --- Doc/data/python3.9.abi.ignorefile | 8 -------- Makefile.pre.in | 4 +--- 2 files changed, 1 insertion(+), 11 deletions(-) delete mode 100644 Doc/data/python3.9.abi.ignorefile diff --git a/Doc/data/python3.9.abi.ignorefile b/Doc/data/python3.9.abi.ignorefile deleted file mode 100644 index a9c89f0a746c83..00000000000000 --- a/Doc/data/python3.9.abi.ignorefile +++ /dev/null @@ -1,8 +0,0 @@ -[suppress_type] -name_regexp = _Py.* - -[suppress_variable] -name_regexp = _Py.* - -[suppress_function] -name_regexp = _Py.* diff --git a/Makefile.pre.in b/Makefile.pre.in index 9aeeac5cca295a..d088eb5768fc8a 100644 --- a/Makefile.pre.in +++ b/Makefile.pre.in @@ -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