diff options
author | Victor Stinner <vstinner@python.org> | 2020-12-16 14:08:23 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-16 14:08:23 (GMT) |
commit | fcc6935384b933fbe1a1ef659ed455a3b74c849a (patch) | |
tree | 9f0b5208b1ae4ee474713bec77e22ce922964711 /Python/hashtable.c | |
parent | 5274b682bc93a04da8a69742528ac7f64633a96e (diff) | |
download | cpython-fcc6935384b933fbe1a1ef659ed455a3b74c849a.zip cpython-fcc6935384b933fbe1a1ef659ed455a3b74c849a.tar.gz cpython-fcc6935384b933fbe1a1ef659ed455a3b74c849a.tar.bz2 |
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)
Diffstat (limited to 'Python/hashtable.c')
0 files changed, 0 insertions, 0 deletions