mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-120608: fix NEWS entry typo (#135535)
This commit is contained in:
parent
667a86e076
commit
b102f091fe
1 changed files with 1 additions and 1 deletions
|
@ -1325,7 +1325,7 @@ variable.
|
||||||
.. nonce: d75n8U
|
.. nonce: d75n8U
|
||||||
.. section: Core and Builtins
|
.. section: Core and Builtins
|
||||||
|
|
||||||
Adapt :func:`reversed` for use in the free-theading build. The
|
Adapt :func:`reversed` for use in the free-threading build. The
|
||||||
:func:`reversed` is still not thread-safe in the sense that concurrent
|
:func:`reversed` is still not thread-safe in the sense that concurrent
|
||||||
iterations may see the same object, but they will not corrupt the
|
iterations may see the same object, but they will not corrupt the
|
||||||
interpreter state.
|
interpreter state.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue