diff options
author | Victor Stinner <vstinner@python.org> | 2020-12-16 21:41:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-16 21:41:47 (GMT) |
commit | 166286849048eccadecf02b242dbc4042b780944 (patch) | |
tree | 6a3eee6090a964251ded57d2cbec18636bbb5f86 /Python/traceback.c | |
parent | bf0eed3e60acc7e4969a4fae940bc615fa924c30 (diff) | |
download | cpython-166286849048eccadecf02b242dbc4042b780944.zip cpython-166286849048eccadecf02b242dbc4042b780944.tar.gz cpython-166286849048eccadecf02b242dbc4042b780944.tar.bz2 |
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)
Diffstat (limited to 'Python/traceback.c')
0 files changed, 0 insertions, 0 deletions