We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bdde90 commit 78db25aCopy full SHA for 78db25a
1 file changed
src/python3.def
@@ -754,6 +754,7 @@ PyMem_RawFree
754
PySys_Audit
755
PySys_AuditTuple
756
_Py_SetRefcnt
757
+PyList_GetItemRef
758
PyBaseObject_Type DATA
759
PyBool_Type DATA
760
PyByteArrayIter_Type DATA
@@ -897,3 +898,4 @@ PyExc_EncodingWarning DATA
897
898
_Py_RefTotal DATA
899
PyStructSequence_UnnamedField DATA
900
Py_Version DATA
901
+PyExc_IncompleteInputError DATA
0 commit comments