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) * PyModule_AddObjectRef (bpo-1635741) * PyObject_CallNoArgs (bpo-37194) * PyThreadState_GetFrame (bpo-39947) * PyThreadState_GetID (bpo-39947) * PyThreadState_GetInterpreter (bpo-39947)
V
Victor Stinner committed
fcc6935384b933fbe1a1ef659ed455a3b74c849a
Parent: 5274b68
Committed by GitHub <noreply@github.com>
on 12/16/2020, 2:08:23 PM