PEP 703: Mark as Accepted (#3512)
This commit is contained in:
parent
4e4ea9196a
commit
1d09abe701
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue