]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Add symbols of the stable ABI to python3dll.c (GH-23598) (GH-23801)
authorVictor Stinner <vstinner@python.org>
Wed, 16 Dec 2020 21:41:47 +0000 (22:41 +0100)
committerGitHub <noreply@github.com>
Wed, 16 Dec 2020 21:41:47 +0000 (22:41 +0100)
commit166286849048eccadecf02b242dbc4042b780944
tree6a3eee6090a964251ded57d2cbec18636bbb5f86
parentbf0eed3e60acc7e4969a4fae940bc615fa924c30
Add symbols of the stable ABI to python3dll.c (GH-23598) (GH-23801)

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