]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-117657: Make Py_TYPE and Py_SET_TYPE thread safe (GH-120165) (GH-120403)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 12 Jun 2024 13:37:26 +0000 (15:37 +0200)
committerGitHub <noreply@github.com>
Wed, 12 Jun 2024 13:37:26 +0000 (21:37 +0800)
commit91c4444d22a36119c83c9a21bfe0efe39d745086
tree966fd48a18468834aa7a2dbd5c10d514a74f3599
parent39825a7533ccf1aa0343d14fe88015db4ee6ef93
[3.13] gh-117657: Make Py_TYPE and Py_SET_TYPE thread safe (GH-120165) (GH-120403)

gh-117657: Make Py_TYPE and Py_SET_TYPE thread safe (GH-120165)
(cherry picked from commit e16aed63f64b18a26859eff3de976ded373e66b8)

Co-authored-by: Ken Jin <kenjin@python.org>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Nadeshiko Manju <me@manjusaka.me>
Include/internal/pycore_interp.h
Include/object.h
Lib/test/test_free_threading/test_type.py
Objects/typeobject.c
Tools/tsan/suppressions_free_threading.txt