Skip to content

Commit b14274a

Browse files
encukouwoodruffw
authored andcommitted
PEP 793: Mark as Accepted (#4695)
1 parent dcafa86 commit b14274a

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

peps/pep-0793.rst

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,13 @@ PEP: 793
22
Title: PyModExport: A new entry point for C extension modules
33
Author: Petr Viktorin <[email protected]>
44
Discussions-To: https://discuss.python.org/t/93444
5-
Status: Draft
5+
Status: Accepted
66
Type: Standards Track
77
Created: 23-May-2025
88
Python-Version: 3.15
99
Post-History: `14-Mar-2025 <https://discuss.python.org/t/84498/>`__,
1010
`27-May-2025 <https://discuss.python.org/t/93444/>`__,
11+
Resolution: `23-Oct-2025 <https://discuss.python.org/t/93444/46>`__
1112

1213

1314
Abstract
@@ -633,14 +634,11 @@ Example
633634
Reference Implementation
634635
========================
635636

636-
A draft implementation is available in a
637-
`GitHub branch <https://github.com/python/cpython/compare/main...encukou:cpython:modexport#files_bucket>`_.
638-
637+
Implementation is tracked in
638+
`GitHub issue #140550 <https://github.com/python/cpython/issues/140550>`_.
639639

640-
Open Issues
641-
===========
642-
643-
(Add yours!)
640+
A draft implementation was available in a
641+
`GitHub branch <https://github.com/python/cpython/compare/main...encukou:cpython:modexport#files_bucket>`_.
644642

645643

646644
Rejected Ideas

0 commit comments

Comments
 (0)