]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-153292: Fix data race in `threading.RLock.__repr__` in FT builds (GH-153299...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 8 Jul 2026 10:10:36 +0000 (12:10 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Jul 2026 10:10:36 +0000 (10:10 +0000)
commit2d0752e9556f79da402f30cba6cc1b0ca931d4fe
treeca07876a37f93e034342837eb4ab2f8a6bfb0cef
parent50300ac3ab66c3b299fd03a89e69696c8e5dbcca
[3.14] gh-153292: Fix data race in `threading.RLock.__repr__` in FT builds (GH-153299) (#153315)

gh-153292: Fix data race in `threading.RLock.__repr__` in FT builds (GH-153299)
(cherry picked from commit 1051384fcdfa88dd88d66dfc93b60aec9ca1ad2e)

Co-authored-by: sobolevn <mail@sobolevn.me>
Lib/test/test_free_threading/test_threading.py [new file with mode: 0644]
Misc/NEWS.d/next/Library/2026-07-08-01-03-17.gh-issue-153292.oHDt3l.rst [new file with mode: 0644]
Modules/_threadmodule.c