requested a review from python/windows-team as a code owner
alex
approved these changes
vstinner deleted the vstinner:stable_abi branch
Closed
vstinner added a commit to vstinner/cpython that referenced this pull request
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 fcc6935)
Merged