]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-141510: Avoid critical section on frozendict copy (#145920)
authorVictor Stinner <vstinner@python.org>
Mon, 16 Mar 2026 13:19:00 +0000 (14:19 +0100)
committerGitHub <noreply@github.com>
Mon, 16 Mar 2026 13:19:00 +0000 (14:19 +0100)
commit77632f085d0cec29c7576b8528849276109801a1
tree28a5406d49c343ffda2fa50e0767c587dd4a028c
parente6b9a1406980fbb1d4032eca9cc0b4f8f252b716
gh-141510: Avoid critical section on frozendict copy (#145920)
Objects/dictobject.c