◐ Shell
clean mode source ↗

bpo-43795: Generate python3dll.c and doc data from manifest (PEP 652) by encukou · Pull Request #25315 · python/cpython

and others added 7 commits

April 9, 2021 17:45
Each section is sorted to reduce diffs (review effort) when the file
becomes generated.
Sort is done with key=str.lower to preserve most of the original order
(underscored items first).
PyMarshal_*, PyMember_{Get,Set}One, PyThreadState_DeleteCurrent,
Py_GetArgcArgv are not declared with Py_LIMITED_API,
so they're not part of the limited API. They stay in the stable ABI, though.

PyInterpreterState_GetID part of limited API and stable ABI.

PyOS_ReadlineFunctionPointer is removed from the stable ABI records,
as functions expecting FILE* are not part of the ABI. Ssee bpo-43868.

@encukou encukou marked this pull request as ready for review

April 24, 2021 07:00

This was referenced

Apr 29, 2021

This was referenced

Apr 29, 2021