File tree 2 files changed +11
-1
lines changed
2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ [suppress_type]
2
+ name_regexp = _Py.*
3
+
4
+ [suppress_variable]
5
+ name_regexp = _Py.*
6
+
7
+ [suppress_function]
8
+ name_regexp = _Py.*
Original file line number Diff line number Diff line change @@ -759,7 +759,9 @@ regen-abidump: all
759
759
@$(UPDATE_FILE) $(srcdir)/Doc/data/python$(LDVERSION).abi $(srcdir)/Doc/data/python$(LDVERSION).abi.new
760
760
761
761
check-abidump: all
762
- abidiff "libpython$(LDVERSION).so" $(srcdir)/Doc/data/python$(LDVERSION).abi --drop-private-types --no-architecture --no-added-syms
762
+ abidiff "libpython$(LDVERSION).so" $(srcdir)/Doc/data/python$(LDVERSION).abi --drop-private-types \
763
+ --suppressions $(srcdir)/Doc/data/python$(LDVERSION).abi.ignorefile \
764
+ --no-architecture --no-added-syms
763
765
764
766
############################################################################
765
767
# Regenerate all generated files
You can’t perform that action at this time.
0 commit comments