mirror of
https://github.com/python/cpython.git
synced 2026-03-30 00:21:21 +00:00
Correct the order of check-abidump (GH-27229)
The check was backwards so we were not correctly detecting removals.
This commit is contained in:
parent
a6670cdf77
commit
af9a352b60
2 changed files with 9739 additions and 4801 deletions
14538
Doc/data/python3.10.abi
14538
Doc/data/python3.10.abi
File diff suppressed because it is too large
Load diff
|
|
@ -759,7 +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 --no-architecture --no-added-syms
|
||||
abidiff $(srcdir)/Doc/data/python$(LDVERSION).abi "libpython$(LDVERSION).so" --drop-private-types --no-architecture --no-added-syms
|
||||
|
||||
regen-limited-abi: all
|
||||
$(RUNSHARED) ./$(BUILDPYTHON) $(srcdir)/Tools/scripts/stable_abi.py --generate-all $(srcdir)/Misc/stable_abi.txt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue