Skip to content

Commit 8089935

Browse files
PEP 734: Mark as Accepted (#4451)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
1 parent 33f0d9b commit 8089935

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

peps/pep-0734.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ PEP: 734
22
Title: Multiple Interpreters in the Stdlib
33
Author: Eric Snow <ericsnowcurrently@gmail.com>
44
Discussions-To: https://discuss.python.org/t/pep-734-multiple-interpreters-in-the-stdlib/41147
5-
Status: Deferred
5+
Status: Accepted
66
Type: Standards Track
77
Created: 06-Nov-2023
8-
Python-Version: 3.13
8+
Python-Version: 3.14
99
Post-History: `14-Dec-2023 <https://discuss.python.org/t/pep-734-multiple-interpreters-in-the-stdlib/41147/>`__,
1010
Replaces: 554
11-
Resolution: https://discuss.python.org/t/pep-734-multiple-interpreters-in-the-stdlib/41147/24
11+
Resolution: `05-Jun-2025 <https://discuss.python.org/t/41147/36>`__
1212

1313

1414
.. note::
@@ -18,6 +18,10 @@ Resolution: https://discuss.python.org/t/pep-734-multiple-interpreters-in-the-st
1818
that extra information is still valid and useful, just not in the
1919
immediate context of the specific proposal here.
2020

21+
.. note::
22+
This PEP was accepted with the provision that the name change
23+
to :py:mod:`!concurrent.interpreters`.
24+
2125

2226
Abstract
2327
========

0 commit comments

Comments
 (0)