From 41829747bc572f15eb9ac409d914008d8dd2787c Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Wed, 16 Dec 2020 15:08:23 +0100 Subject: [PATCH] Add symbols of the stable ABI to python3dll.c (GH-23598) Add the following symbols to python3dll.c: * PyFrame_GetCode (bpo-40421) * PyFrame_GetLineNumber (bpo-40421) * PyObject_CallNoArgs (bpo-37194) * PyThreadState_GetFrame (bpo-39947) * PyThreadState_GetID (bpo-39947) * PyThreadState_GetInterpreter (bpo-39947) (cherry picked from commit fcc6935384b933fbe1a1ef659ed455a3b74c849a) --- PC/python3.def | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/PC/python3.def b/PC/python3.def index 66d1595c943ed8..fce01249758e29 100644 --- a/PC/python3.def +++ b/PC/python3.def @@ -266,6 +266,8 @@ EXPORTS PyFloat_GetMax=python39.PyFloat_GetMax PyFloat_GetMin=python39.PyFloat_GetMin PyFloat_Type=python39.PyFloat_Type DATA + PyFrame_GetCode=python39.PyFrame_GetCode + PyFrame_GetLineNumber=python39.PyFrame_GetLineNumber PyFrozenSet_New=python39.PyFrozenSet_New PyFrozenSet_Type=python39.PyFrozenSet_Type DATA PyGC_Collect=python39.PyGC_Collect @@ -453,6 +455,7 @@ EXPORTS PyObject_CallFunctionObjArgs=python39.PyObject_CallFunctionObjArgs PyObject_CallMethod=python39.PyObject_CallMethod PyObject_CallMethodObjArgs=python39.PyObject_CallMethodObjArgs + PyObject_CallNoArgs=python39.PyObject_CallNoArgs PyObject_CallObject=python39.PyObject_CallObject PyObject_Calloc=python39.PyObject_Calloc PyObject_CheckReadBuffer=python39.PyObject_CheckReadBuffer @@ -569,6 +572,9 @@ EXPORTS PyThreadState_DeleteCurrent=python39.PyThreadState_DeleteCurrent PyThreadState_Get=python39.PyThreadState_Get PyThreadState_GetDict=python39.PyThreadState_GetDict + PyThreadState_GetFrame=python39.PyThreadState_GetFrame + PyThreadState_GetID=python39.PyThreadState_GetID + PyThreadState_GetInterpreter=python39.PyThreadState_GetInterpreter PyThreadState_New=python39.PyThreadState_New PyThreadState_SetAsyncExc=python39.PyThreadState_SetAsyncExc PyThreadState_Swap=python39.PyThreadState_Swap pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy