Skip to content

Commit 6f198d2

Browse files
[3.14] gh-154058: Fix failing C API docs check (GH-154061)
1 parent 3156e83 commit 6f198d2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Tools/check-c-api-docs/ignored_c_api.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,3 +102,5 @@ PyUnicode_AsDecodedObject
102102
PyUnicode_AsDecodedUnicode
103103
PyUnicode_AsEncodedObject
104104
PyUnicode_AsEncodedUnicode
105+
# Soft-deprecated in 3.15; will remain undocumented in 3.14 and 3.13
106+
PyException_HEAD

0 commit comments

Comments
 (0)