]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130547: Fix race between dict_dealloc and split_keys_entry_added (gh-130778)
authorDonghee Na <donghee.na@python.org>
Tue, 4 Mar 2025 13:50:33 +0000 (22:50 +0900)
committerGitHub <noreply@github.com>
Tue, 4 Mar 2025 13:50:33 +0000 (22:50 +0900)
commit80e6d3ec4972220587c8b883161311a49ea8d0ff
tree3a6b08ba715399e0b6eeb9e7e113970917c31239
parentd91cc9db155024b0a221cf32f4f49617544618bf
gh-130547: Fix race between dict_dealloc and split_keys_entry_added (gh-130778)
Objects/dictobject.c