]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-153292: Fix data race in `threading.RLock.__repr__` in FT builds (#153299)
authorsobolevn <mail@sobolevn.me>
Wed, 8 Jul 2026 09:41:38 +0000 (12:41 +0300)
committerGitHub <noreply@github.com>
Wed, 8 Jul 2026 09:41:38 +0000 (09:41 +0000)
commit1051384fcdfa88dd88d66dfc93b60aec9ca1ad2e
tree526d10b52c16ad58234b28060d642f97990070e6
parent0bf2f073194520645abd768f7debc234011e248e
gh-153292: Fix data race in `threading.RLock.__repr__` in FT builds (#153299)
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