]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-154937: Fix `_thread._shutdown()` racing with `_thread.start_joinable_thread`...
authorEdward Xu <xuxiangad@gmail.com>
Mon, 3 Aug 2026 15:20:39 +0000 (23:20 +0800)
committerGitHub <noreply@github.com>
Mon, 3 Aug 2026 15:20:39 +0000 (15:20 +0000)
commita4095ee272f5e5082281a94a0856dde3c2f323f9
tree2aad89fbd87d2642eb51551bd69ec24201c91db5
parent5918085bb6f4a3a48193cacb9bb99b044d4e0452
gh-154937: Fix `_thread._shutdown()` racing with `_thread.start_joinable_thread` on `ThreadHandle.ident` (#155085)
Misc/NEWS.d/next/Core_and_Builtins/2026-08-02-17-55-29.gh-issue-154937.m9IBba.rst [new file with mode: 0644]
Modules/_threadmodule.c