File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ PEP: 734
2
2
Title: Multiple Interpreters in the Stdlib
3
3
Author: Eric Snow <ericsnowcurrently@gmail.com>
4
4
Discussions-To: https://discuss.python.org/t/pep-734-multiple-interpreters-in-the-stdlib/41147
5
- Status: Deferred
5
+ Status: Accepted
6
6
Type: Standards Track
7
7
Created: 06-Nov-2023
8
- Python-Version: 3.13
8
+ Python-Version: 3.14
9
9
Post-History: `14-Dec-2023 <https://discuss.python.org/t/pep-734-multiple-interpreters-in-the-stdlib/41147/ >`__,
10
10
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 >`__
12
12
13
13
14
14
.. note ::
@@ -18,6 +18,10 @@ Resolution: https://discuss.python.org/t/pep-734-multiple-interpreters-in-the-st
18
18
that extra information is still valid and useful, just not in the
19
19
immediate context of the specific proposal here.
20
20
21
+ .. note ::
22
+ This PEP was accepted with the provision that the name change
23
+ to :py:mod: `!concurrent.interpreters `.
24
+
21
25
22
26
Abstract
23
27
========
You can’t perform that action at this time.
0 commit comments