We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d73cb commit 2003ebaCopy full SHA for 2003eba
1 file changed
src/python3.def
@@ -765,6 +765,14 @@ PyEval_GetFrameGlobals
765
PyEval_GetFrameLocals
766
Py_TYPE
767
PyIter_NextItem
768
+PyLong_FromInt32
769
+PyLong_FromUInt32
770
+PyLong_AsInt32
771
+PyLong_AsUInt32
772
+PyLong_FromInt64
773
+PyLong_FromUInt64
774
+PyLong_AsInt64
775
+PyLong_AsUInt64
776
PyBaseObject_Type DATA
777
PyBool_Type DATA
778
PyByteArrayIter_Type DATA
0 commit comments