PEP 703: typo fix, "with with" -> "with" (#3456)

This commit is contained in:
Toni Alatalo 2023-09-30 10:41:31 +03:00 committed by GitHub
parent 3b5f6f4464
commit 186c5adc55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1767,7 +1767,7 @@ an open issue, but a possible path might look like the following:
CPython, one with the GIL and one without. Extension authors
target both ABIs.
#. After 2--3 releases, (i.e., in 2026--2027), CPython is released
with with the GIL controlled by a runtime environment variable or
with the GIL controlled by a runtime environment variable or
flag. The GIL is enabled by default. There is only a single ABI.
#. After another 2--3 release (i.e., 2028--2030), CPython switches to
the GIL being disabled by default. The GIL can still be enabled