mirror of https://github.com/python/cpython
4 lines
159 B
ReStructuredText
4 lines
159 B
ReStructuredText
|
:c:func:`PyDict_Next` no longer locks the dictionary in the free-threaded
|
||
|
build. The locking needs to be done by the caller around the entire iteration
|
||
|
loop.
|