We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd8275c + 66b4e6b commit 9e0fa6cCopy full SHA for 9e0fa6c
1 file changed
src/python3.def
@@ -747,6 +747,13 @@ PyMapping_HasKeyStringWithError
747
Py_IsFinalizing
748
PyUnicode_EqualToUTF8
749
PyUnicode_EqualToUTF8AndSize
750
+PyMem_RawMalloc
751
+PyMem_RawCalloc
752
+PyMem_RawRealloc
753
+PyMem_RawFree
754
+PySys_Audit
755
+PySys_AuditTuple
756
+PyUnicode_AsUTF8
757
PyBaseObject_Type DATA
758
PyBool_Type DATA
759
PyByteArrayIter_Type DATA
0 commit comments