Skip to content

Commit 2003eba

Browse files
chore: Update python3.def using stable_abi.toml from the latest main (#74)
Co-authored-by: messense <[email protected]>
1 parent 03d73cb commit 2003eba

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/python3.def

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -765,6 +765,14 @@ PyEval_GetFrameGlobals
765765
PyEval_GetFrameLocals
766766
Py_TYPE
767767
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
768776
PyBaseObject_Type DATA
769777
PyBool_Type DATA
770778
PyByteArrayIter_Type DATA

0 commit comments

Comments
 (0)