]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.14] gh-154058: Fix failing C API docs check (GH-154061)
authorPeter Bierma <zintensitydev@gmail.com>
Sun, 19 Jul 2026 08:13:12 +0000 (04:13 -0400)
committerGitHub <noreply@github.com>
Sun, 19 Jul 2026 08:13:12 +0000 (04:13 -0400)
Tools/check-c-api-docs/ignored_c_api.txt

index 4801d219f29b577ee846aad25f9ae62822df5314..642a1e07f745cd6f6d11701be30e5f794b200087 100644 (file)
@@ -102,3 +102,5 @@ PyUnicode_AsDecodedObject
 PyUnicode_AsDecodedUnicode
 PyUnicode_AsEncodedObject
 PyUnicode_AsEncodedUnicode
+# Soft-deprecated in 3.15; will remain undocumented in 3.14 and 3.13
+PyException_HEAD