PEP-803 is accepted; this tracks the implementation. - [x] The `Py_TARGET_ABI3T` knob (and interplay with `Py_LIMITED_API` & `Py_GIL_DISABLED`): #146637 - [x] Opaque PyObject: https://github.com/python/cpython/pull/136505 - [x] Make `Py_mod_abi` mandatory: #146855 - [x] Guard against GIL ABI on FT: https://github.com/python/cpython/pull/137957 - [x] `importlib.machinery.EXTENSION_SUFFIXES` changes: #146637 - [x] Reference Docs: #148013 - [x] Windows python3.dll sharing between builds: https://github.com/python/cpython/issues/148690 - [x] Migration Docs: https://github.com/python/cpython/pull/150580 - [ ] Extended tests <!-- gh-linked-prs --> ### Linked PRs * gh-146637 * gh-146855 * gh-148013 * gh-148142 * gh-148302 * gh-148453 * gh-150580 * gh-150844 <!-- /gh-linked-prs -->
PEP-803 is accepted; this tracks the implementation.
Py_TARGET_ABI3Tknob (and interplay withPy_LIMITED_API&Py_GIL_DISABLED): gh-146636: PEP 803: add Py_TARGET_ABI3T and .abi3t.so extension #146637Py_mod_abimandatory: gh-146636: Py_mod_abi mandatory for modules created from slots array #146855importlib.machinery.EXTENSION_SUFFIXESchanges: gh-146636: PEP 803: add Py_TARGET_ABI3T and .abi3t.so extension #146637Linked PRs