Skip to content

Commit 0b664d2

Browse files
authored
Merge pull request #120 from encukou/abigail
2 parents 92ef74f + 74f8751 commit 0b664d2

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,9 @@ Misc/externals.spdx.json @sethmlarson
143143
Misc/sbom.spdx.json @sethmlarson
144144
Tools/build/generate_sbom.py @sethmlarson
145145

146+
# ABI check
147+
Misc/libabigail.abignore @encukou
148+
146149

147150
# ----------------------------------------------------------------------------
148151
# Platform Support

Misc/libabigail.abignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,7 @@
1919
[suppress_type]
2020
name = PyThreadState
2121
accessed_through = pointer
22+
23+
[suppress_variable]
24+
name = _PyRuntime
25+
type_name = _PyRuntimeState

0 commit comments

Comments
 (0)