From e74039e55825a8e2e7491e24cb4aab6721c4fac1 Mon Sep 17 00:00:00 2001 From: messense Date: Sun, 5 May 2024 00:39:57 +0000 Subject: [PATCH] chore: Update python3.def using stable_abi.toml from the latest main --- src/python3.def | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/python3.def b/src/python3.def index 342cef3..e52bf2e 100644 --- a/src/python3.def +++ b/src/python3.def @@ -760,6 +760,9 @@ PyType_GetModuleName Py_GetConstant Py_GetConstantBorrowed PyType_GetModuleByDef +PyEval_GetFrameBuiltins +PyEval_GetFrameGlobals +PyEval_GetFrameLocals PyBaseObject_Type DATA PyBool_Type DATA PyByteArrayIter_Type DATA