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.
1 parent 643ac9c commit ee91f10Copy full SHA for ee91f10
Tools/check-c-api-docs/ignored_c_api.txt
@@ -91,3 +91,23 @@ Py_FrozenMain
91
# cpython/unicodeobject.h
92
PyUnicode_IS_COMPACT
93
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