]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-151627: fix thread safety of OrderedDict iterator creation (#151688)
authorPedram Karimi <147748351+pedramkarimii@users.noreply.github.com>
Sat, 1 Aug 2026 09:57:14 +0000 (13:27 +0330)
committerGitHub <noreply@github.com>
Sat, 1 Aug 2026 09:57:14 +0000 (15:27 +0530)
commit86dab7c55bb85269b764886ceda1f85e3fdc7a7d
tree92340b82dfaad808249f24c34de8f30d9272bf0a
parenta646c99ee12fbf421394a74955d42fd3fe850b7e
gh-151627: fix thread safety of OrderedDict iterator creation (#151688)
Lib/test/test_free_threading/test_collections.py
Misc/NEWS.d/next/Library/2026-06-19-08-30-00.gh-issue-151627.xY7kLm.rst [new file with mode: 0644]
Objects/odictobject.c