]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112075: Fix race in constructing dict for instance (#118499)
authorDino Viehland <dinoviehland@meta.com>
Mon, 6 May 2024 23:31:09 +0000 (16:31 -0700)
committerGitHub <noreply@github.com>
Mon, 6 May 2024 23:31:09 +0000 (23:31 +0000)
commit636b8d94c91324c7e49a7cfe914f162690adf488
treef0c2496f522a9493d50ce09483c96a3187162c0f
parent430945db4c5589197c6d18462e89ca5ae9e38ba6
gh-112075: Fix race in constructing dict for instance (#118499)
Include/internal/pycore_dict.h
Lib/test/test_free_threading/test_dict.py [new file with mode: 0644]
Objects/dictobject.c
Objects/object.c