Skip to content

Commit ee91f10

Browse files
Update Tools/check-c-api-docs/ignored_c_api.txt
1 parent 643ac9c commit ee91f10

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

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

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,3 +91,23 @@ Py_FrozenMain
9191
# cpython/unicodeobject.h
9292
PyUnicode_IS_COMPACT
9393
PyUnicode_IS_COMPACT_ASCII
94+
# 3.13 only
95+
Py_TPFLAGS_PREHEADER
96+
Py_MEMCPY
97+
PyUnicode_Append
98+
PyUnicode_AppendAndDel
99+
PyUnicode_AsDecodedObject
100+
PyUnicode_AsDecodedUnicode
101+
PyUnicode_AsEncodedObject
102+
PyUnicode_AsEncodedUnicode
103+
PyUnicode_Resize
104+
Py_UNICODE_REPLACEMENT_CHARACTER
105+
PyObject_CallFinalizer
106+
PyObject_CallFinalizerFromDealloc
107+
Py_TRASHCAN_BEGIN
108+
Py_TRASHCAN_END
109+
Py_TRASHCAN_HEADROOM
110+
Py_C_RECURSION_LIMIT
111+
PyUnicode_CHECK_INTERNED
112+
PyUnicode_IS_ASCII
113+
PyUnicode_IS_READY

0 commit comments

Comments
 (0)