diff --git a/peps/pep-0793.rst b/peps/pep-0793.rst index 5caee64aee5..868e14945e6 100644 --- a/peps/pep-0793.rst +++ b/peps/pep-0793.rst @@ -2,12 +2,13 @@ PEP: 793 Title: PyModExport: A new entry point for C extension modules Author: Petr Viktorin Discussions-To: https://discuss.python.org/t/93444 -Status: Draft +Status: Accepted Type: Standards Track Created: 23-May-2025 Python-Version: 3.15 Post-History: `14-Mar-2025 `__, `27-May-2025 `__, +Resolution: `23-Oct-2025 `__ Abstract @@ -633,14 +634,11 @@ Example Reference Implementation ======================== -A draft implementation is available in a -`GitHub branch `_. - +Implementation is tracked in +`GitHub issue #140550 `_. -Open Issues -=========== - -(Add yours!) +A draft implementation was available in a +`GitHub branch `_. Rejected Ideas