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

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