commit | fcc6935384b933fbe1a1ef659ed455a3b74c849a | [log] [tgz] |
---|---|---|
author | Victor Stinner <vstinner@python.org> | Wed Dec 16 15:08:23 2020 +0100 |
committer | GitHub <noreply@github.com> | Wed Dec 16 15:08:23 2020 +0100 |
tree | 9f0b5208b1ae4ee474713bec77e22ce922964711 | |
parent | 5274b682bc93a04da8a69742528ac7f64633a96e [diff] |
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)