]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-137017: Ensure `Thread.is_alive()` only returns False after the underlying...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 15 Sep 2025 13:28:05 +0000 (15:28 +0200)
committerGitHub <noreply@github.com>
Mon, 15 Sep 2025 13:28:05 +0000 (14:28 +0100)
commit7160f9f5d8ec6597a1a5bd070b498bb890b8a790
tree32c1da35eebbb288331eab0f252c340a09c92d72
parent2fd8f036c06a91089d6dce94eb0ca03b07557fc8
[3.13] gh-137017: Ensure `Thread.is_alive()` only returns False after the underlying OS thread exits (gh-137315) (gh-138917)

(cherry picked from commit aa9ceb17215af21ed6618d6f7ccb5bf57ca57101)

Co-authored-by: Abdul <abdulrasheedibrahim47@gmail.com>
Co-authored-by: Sam Gross <colesbury@gmail.com>
Misc/NEWS.d/next/Library/2025-08-01-23-11-25.gh-issue-137017.0yGcNc.rst [new file with mode: 0644]
Modules/_threadmodule.c