PEP 684: Mark as Accepted (#3097)
This commit is contained in:
parent
753252d2e8
commit
e756038ec3
|
@ -2,7 +2,7 @@ PEP: 684
|
||||||
Title: A Per-Interpreter GIL
|
Title: A Per-Interpreter GIL
|
||||||
Author: Eric Snow <ericsnowcurrently@gmail.com>
|
Author: Eric Snow <ericsnowcurrently@gmail.com>
|
||||||
Discussions-To: https://discuss.python.org/t/pep-684-a-per-interpreter-gil/19583
|
Discussions-To: https://discuss.python.org/t/pep-684-a-per-interpreter-gil/19583
|
||||||
Status: Draft
|
Status: Accepted
|
||||||
Type: Standards Track
|
Type: Standards Track
|
||||||
Content-Type: text/x-rst
|
Content-Type: text/x-rst
|
||||||
Requires: 683
|
Requires: 683
|
||||||
|
@ -11,7 +11,7 @@ Python-Version: 3.12
|
||||||
Post-History: `08-Mar-2022 <https://mail.python.org/archives/list/python-dev@python.org/thread/CF7B7FMACFYDAHU6NPBEVEY6TOSGICXU/>`__,
|
Post-History: `08-Mar-2022 <https://mail.python.org/archives/list/python-dev@python.org/thread/CF7B7FMACFYDAHU6NPBEVEY6TOSGICXU/>`__,
|
||||||
`29-Sep-2022 <https://discuss.python.org/t/pep-684-a-per-interpreter-gil/19583>`__,
|
`29-Sep-2022 <https://discuss.python.org/t/pep-684-a-per-interpreter-gil/19583>`__,
|
||||||
`28-Oct-2022 <https://discuss.python.org/t/pep-684-a-per-interpreter-gil/19583/19/>`__,
|
`28-Oct-2022 <https://discuss.python.org/t/pep-684-a-per-interpreter-gil/19583/19/>`__,
|
||||||
Resolution:
|
Resolution: https://discuss.python.org/t/19583/42
|
||||||
|
|
||||||
|
|
||||||
Abstract
|
Abstract
|
||||||
|
|
Loading…
Reference in New Issue