]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-112075: Make instance attributes stored in inline "dict" thread safe (#114742)
authorDino Viehland <dinoviehland@meta.com>
Mon, 22 Apr 2024 05:57:05 +0000 (22:57 -0700)
committerGitHub <noreply@github.com>
Mon, 22 Apr 2024 05:57:05 +0000 (22:57 -0700)
commit8b541c017ea92040add608b3e0ef8dc85e9e6060
tree880ff7c97041f374d21197b1b486686f2d64c998
parent1446024124fb98c3051199760380685f8a2fd127
gh-112075: Make instance attributes stored in inline "dict" thread safe (#114742)

Make instance attributes stored in inline "dict" thread safe on free-threaded builds
13 files changed:
Include/cpython/object.h
Include/internal/pycore_dict.h
Include/internal/pycore_object.h
Include/internal/pycore_pyatomic_ft_wrappers.h
Lib/test/test_class.py
Objects/dictobject.c
Objects/object.c
Objects/typeobject.c
Python/bytecodes.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/specialize.c
Tools/cases_generator/analyzer.py