File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -2,12 +2,13 @@ PEP: 793
22Title: PyModExport: A new entry point for C extension modules
33Author: Petr Viktorin <
[email protected] >
44Discussions-To: https://discuss.python.org/t/93444
5- Status: Draft
5+ Status: Accepted
66Type: Standards Track
77Created: 23-May-2025
88Python-Version: 3.15
99Post-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
1314Abstract
@@ -633,14 +634,11 @@ Example
633634Reference 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
646644Rejected Ideas
You can’t perform that action at this time.
0 commit comments