]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-149816: fix `dict.clear()` race on split-table dict with non-embedded values ...
authorKumar Aditya <kumaraditya@python.org>
Mon, 18 May 2026 16:09:45 +0000 (21:39 +0530)
committerGitHub <noreply@github.com>
Mon, 18 May 2026 16:09:45 +0000 (21:39 +0530)
commit169285470630b697c5e6e0e4c8091c31f25ffb04
tree52fb7a26ea52b9375ee8236ee6997bd1c458004a
parent14af19e6c0d9dd05b525596fdd53373f726253d8
gh-149816: fix `dict.clear()` race on split-table dict with non-embedded values (#149914)
Lib/test/test_free_threading/test_dict.py
Objects/dictobject.c