cpython/Misc/NEWS.d/next/C API/2024-06-21-16-41-21.gh-issu...

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.