gh-143253: Add libabigail suppression file for internal types (#143254) · python/cpython@fe78c1e · GitHub
Skip to content

Commit fe78c1e

Browse files
pablogsalencukou
andauthored
gh-143253: Add libabigail suppression file for internal types (#143254)
Co-authored-by: Petr Viktorin <encukou@gmail.com>
1 parent 971f387 commit fe78c1e

3 files changed

Lines changed: 29 additions & 1 deletion

File tree

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions

Makefile.pre.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1883,7 +1883,7 @@ regen-abidump: all
18831883

18841884
.PHONY: check-abidump
18851885
check-abidump: all
1886-
abidiff $(srcdir)/Doc/data/python$(LDVERSION).abi "libpython$(LDVERSION).so" --drop-private-types --no-architecture --no-added-syms
1886+
abidiff $(srcdir)/Doc/data/python$(LDVERSION).abi "libpython$(LDVERSION).so" --drop-private-types --no-architecture --no-added-syms --suppressions $(srcdir)/Misc/libabigail.abignore
18871887

18881888
.PHONY: regen-limited-abi
18891889
regen-limited-abi: all

Misc/libabigail.abignore

Lines changed: 25 additions & 0 deletions

0 commit comments

Comments
 (0)