Correct the order of check-abidump (GH-27229)

The check was backwards so we were not correctly detecting removals.
This commit is contained in:
Pablo Galindo Salgado 2021-07-18 16:56:45 +01:00 committed by GitHub
parent a6670cdf77
commit af9a352b60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9739 additions and 4801 deletions

File diff suppressed because it is too large Load diff

View file

@ -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