PEP 684: Mark as Accepted (#3097)

This commit is contained in:
Eric Snow 2023-04-10 11:48:32 -06:00 committed by GitHub
parent 753252d2e8
commit e756038ec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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