Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from
Dec 16, 2020
Merged

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

merged 1 commit into from
Dec 16, 2020

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