Skip to content

[3.9] bpo-42415: Add symbols of the stable ABI to python3dll.c (GH-23598)#23801

Merged
vstinner merged 1 commit intopython:3.9from
vstinner:stable_abi39
Dec 16, 2020
Merged

[3.9] bpo-42415: Add symbols of the stable ABI to python3dll.c (GH-23598)#23801
vstinner merged 1 commit intopython:3.9from
vstinner:stable_abi39

Conversation

@vstinner
Copy link
Member

@vstinner vstinner commented Dec 16, 2020

Add the following symbols to python3dll.c:

(cherry picked from commit fcc6935)

https://bugs.python.org/issue42415

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 fcc6935)
@vstinner
Copy link
Member Author

Compared to PR #23598, PyModule_AddObjectRef() is missing (Python 3.10 only).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants