mirror of
https://github.com/python/cpython.git
synced 2025-09-28 03:13:48 +00:00
Revert "Add ignore file for the abidump check (GH-25323)" (GH-25394)
This reverts commit b3fec753bb
.
This commit is contained in:
parent
5ce227f3a7
commit
4da5ca52b7
2 changed files with 1 additions and 11 deletions
|
@ -1,8 +0,0 @@
|
||||||
[suppress_type]
|
|
||||||
name_regexp = _Py.*
|
|
||||||
|
|
||||||
[suppress_variable]
|
|
||||||
name_regexp = _Py.*
|
|
||||||
|
|
||||||
[suppress_function]
|
|
||||||
name_regexp = _Py.*
|
|
|
@ -759,9 +759,7 @@ regen-abidump: all
|
||||||
@$(UPDATE_FILE) $(srcdir)/Doc/data/python$(LDVERSION).abi $(srcdir)/Doc/data/python$(LDVERSION).abi.new
|
@$(UPDATE_FILE) $(srcdir)/Doc/data/python$(LDVERSION).abi $(srcdir)/Doc/data/python$(LDVERSION).abi.new
|
||||||
|
|
||||||
check-abidump: all
|
check-abidump: all
|
||||||
abidiff "libpython$(LDVERSION).so" $(srcdir)/Doc/data/python$(LDVERSION).abi --drop-private-types \
|
abidiff "libpython$(LDVERSION).so" $(srcdir)/Doc/data/python$(LDVERSION).abi --drop-private-types --no-architecture --no-added-syms
|
||||||
--suppressions $(srcdir)/Doc/data/python$(LDVERSION).abi.ignorefile \
|
|
||||||
--no-architecture --no-added-syms
|
|
||||||
|
|
||||||
############################################################################
|
############################################################################
|
||||||
# Regenerate all generated files
|
# Regenerate all generated files
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue