]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.15] 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:13:44 +0000 (12:13 +0200)
committerGitHub <noreply@github.com>
Wed, 8 Jul 2026 10:13:44 +0000 (10:13 +0000)
commit8c5008060f29a034d4afce7f2de6d39558b8f334
tree9a36bf61d4ae95445b22b7b4859dc6fbbe72a19c
parente597358779cb965a687ba26422b434d70e3cd201
[3.15] gh-153292: Fix data race in `threading.RLock.__repr__` in FT builds (GH-153299) (#153314)

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