We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2003eba commit c48bdbeCopy full SHA for c48bdbe
1 file changed
src/python3.def
@@ -764,6 +764,7 @@ PyEval_GetFrameBuiltins
764
PyEval_GetFrameGlobals
765
PyEval_GetFrameLocals
766
Py_TYPE
767
+Py_REFCNT
768
PyIter_NextItem
769
PyLong_FromInt32
770
PyLong_FromUInt32
@@ -773,6 +774,7 @@ PyLong_FromInt64
773
774
PyLong_FromUInt64
775
PyLong_AsInt64
776
PyLong_AsUInt64
777
+PyType_GetBaseByToken
778
PyBaseObject_Type DATA
779
PyBool_Type DATA
780
PyByteArrayIter_Type DATA
0 commit comments