From 2003eba15884a11bc4c87a912ac8ecd1c21035a3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 10:24:39 +0800 Subject: [PATCH] chore: Update python3.def using stable_abi.toml from the latest main (#74) Co-authored-by: messense --- src/python3.def | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/python3.def b/src/python3.def index d28fa51..526e8cb 100644 --- a/src/python3.def +++ b/src/python3.def @@ -765,6 +765,14 @@ PyEval_GetFrameGlobals PyEval_GetFrameLocals Py_TYPE PyIter_NextItem +PyLong_FromInt32 +PyLong_FromUInt32 +PyLong_AsInt32 +PyLong_AsUInt32 +PyLong_FromInt64 +PyLong_FromUInt64 +PyLong_AsInt64 +PyLong_AsUInt64 PyBaseObject_Type DATA PyBool_Type DATA PyByteArrayIter_Type DATA