We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 92ef74f + 74f8751 commit 0b664d2Copy full SHA for 0b664d2
.github/CODEOWNERS
@@ -143,6 +143,9 @@ Misc/externals.spdx.json @sethmlarson
143
Misc/sbom.spdx.json @sethmlarson
144
Tools/build/generate_sbom.py @sethmlarson
145
146
+# ABI check
147
+Misc/libabigail.abignore @encukou
148
+
149
150
# ----------------------------------------------------------------------------
151
# Platform Support
Misc/libabigail.abignore
@@ -19,3 +19,7 @@
19
[suppress_type]
20
name = PyThreadState
21
accessed_through = pointer
22
23
+[suppress_variable]
24
+ name = _PyRuntime
25
+ type_name = _PyRuntimeState
0 commit comments