]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-114827: clarify `threading.Event.wait` timeout behavior (GH-114834) (#140100)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 14 Oct 2025 14:13:33 +0000 (16:13 +0200)
committerGitHub <noreply@github.com>
Tue, 14 Oct 2025 14:13:33 +0000 (14:13 +0000)
commit525f7c23b9409e8b40e1426ff7743954685ab1a5
tree661d157e24c9889d63d885d538cc6ad2d2c21f97
parent1c55b9163bd048f14db4f3c7e55df801ee760ac8
[3.14] gh-114827: clarify `threading.Event.wait` timeout behavior (GH-114834) (#140100)

Co-authored-by: Doug Hoskisson <beauxq@users.noreply.github.com>
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/threading.py