]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117657: Make Py_TYPE and Py_SET_TYPE thread safe (GH-120165)
authorKen Jin <kenjin@python.org>
Wed, 12 Jun 2024 12:41:07 +0000 (20:41 +0800)
committerGitHub <noreply@github.com>
Wed, 12 Jun 2024 12:41:07 +0000 (20:41 +0800)
commite16aed63f64b18a26859eff3de976ded373e66b8
treead457e2c604b83584fac4e96ee62932065e3a201
parentce3879bd45e068f8e2a5a214acd234ca44cad53b
gh-117657: Make Py_TYPE and Py_SET_TYPE thread safe (GH-120165)

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