]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add symbols of the stable ABI to python3dll.c (GH-23598)
authorVictor Stinner <vstinner@python.org>
Wed, 16 Dec 2020 14:08:23 +0000 (15:08 +0100)
committerGitHub <noreply@github.com>
Wed, 16 Dec 2020 14:08:23 +0000 (15:08 +0100)
commitfcc6935384b933fbe1a1ef659ed455a3b74c849a
tree9f0b5208b1ae4ee474713bec77e22ce922964711
parent5274b682bc93a04da8a69742528ac7f64633a96e
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)
PC/python3dll.c