[proxy] web.archive.org← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

Add symbols of the stable ABI to python3dll.c by vstinner · Pull Request #23598 · python/cpython

vstinner

Conversation

requested a review from python/windows-team as a code owner

Dec 1, 2020

alex approved these changes Dec 16, 2020

vstinner merged commit fcc6935 into python:master

Dec 16, 2020

10 checks passed

Check if generated files are up to date

Details

Azure Pipelines PR #20201201.34 succeeded

Details

Travis CI - Pull Request Build Passed

Details

bedevere/issue-number Issue report skipped

bedevere/news "skip news" label found

vstinner deleted the vstinner:stable_abi branch

Dec 16, 2020

Closed

vstinner added a commit to vstinner/cpython that referenced this pull request

Dec 16, 2020
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)

Merged

vstinner added a commit that referenced this pull request

Dec 16, 2020