PEP 703: Mark as Accepted (#3512)

This commit is contained in:
Sam Gross 2023-10-28 19:23:10 -04:00 committed by GitHub
parent 4e4ea9196a
commit 1d09abe701
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 1 deletions

View File

@ -3,13 +3,21 @@ Title: Making the Global Interpreter Lock Optional in CPython
Author: Sam Gross <colesbury at gmail.com>
Sponsor: Łukasz Langa <lukasz at python.org>
Discussions-To: https://discuss.python.org/t/22606
Status: Draft
Status: Accepted
Type: Standards Track
Content-Type: text/x-rst
Created: 09-Jan-2023
Python-Version: 3.13
Post-History: `09-Jan-2023 <https://discuss.python.org/t/22606>`__,
`04-May-2023 <https://discuss.python.org/t/26503>`__
Resolution: https://discuss.python.org/t/pep-703-making-the-global-interpreter-lock-optional-in-cpython-acceptance/37075
.. note::
The Steering Council accepts PEP 703, but with clear provisio: that
the rollout be gradual and break as little as possible, and that we can roll
back any changes that turn out to be too disruptive which includes
potentially rolling back all of PEP 703 entirely if necessary
(however unlikely or undesirable we expect that to be).
Abstract