mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
[3.14] gh-120608: fix NEWS entry typo (GH-135535) (#135558)
Co-authored-by: Rafael Fontenelle <rffontenelle@users.noreply.github.com>
This commit is contained in:
parent
43bf8b30f9
commit
0eec8ddac3
1 changed files with 1 additions and 1 deletions
|
@ -1325,7 +1325,7 @@ variable.
|
|||
.. nonce: d75n8U
|
||||
.. 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
|
||||
iterations may see the same object, but they will not corrupt the
|
||||
interpreter state.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue