]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-130547: Fix race between dict_dealloc and split_keys_entry_added (gh-130778...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 5 Mar 2025 01:41:29 +0000 (02:41 +0100)
committerGitHub <noreply@github.com>
Wed, 5 Mar 2025 01:41:29 +0000 (10:41 +0900)
commitffef9b0440e4391cbad69dbb11716f54cb8539ab
tree4970e48fffe290ef780efa9dd2c94f8712fb0907
parent80cce5992959d69be8f13b8c8efcb34bd58baee4
[3.13] gh-130547: Fix race between dict_dealloc and split_keys_entry_added (gh-130778) (gh-130833)

gh-130547: Fix race between dict_dealloc and split_keys_entry_added (gh-130778)
(cherry picked from commit 80e6d3ec4972220587c8b883161311a49ea8d0ff)

Co-authored-by: Donghee Na <donghee.na@python.org>
Objects/dictobject.c