]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-125996: fix thread safety of `collections.OrderedDict` (#133734)
authorKumar Aditya <kumaraditya@python.org>
Mon, 13 Oct 2025 17:25:07 +0000 (22:55 +0530)
committerGitHub <noreply@github.com>
Mon, 13 Oct 2025 17:25:07 +0000 (22:55 +0530)
commit6481539a6d9692ddf13ab01baad1bc9133409413
treea6de7a7196ed9a043159766e96099a270d26a7ec
parent525dcfe5236ee21b234cad16d2a3d5769e77e0ec
gh-125996: fix thread safety of `collections.OrderedDict` (#133734)
Include/internal/pycore_dict.h
Misc/NEWS.d/next/Library/2025-05-10-17-42-03.gh-issue-125996.vaQp0-.rst [new file with mode: 0644]
Objects/clinic/odictobject.c.h
Objects/dictobject.c
Objects/odictobject.c