]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-114827: clarify `threading.Event.wait` timeout behavior (#114834)
authorDoug Hoskisson <beauxq@users.noreply.github.com>
Tue, 14 Oct 2025 08:34:53 +0000 (01:34 -0700)
committerGitHub <noreply@github.com>
Tue, 14 Oct 2025 08:34:53 +0000 (11:34 +0300)
commit13e9c2d18de26a590f9b11b1add637200bf66dd1
tree79ceb429eea23c93d385aaba5bc375313ca25c42
parente6102f07557a1d9390a850ae70d7820c96422460
gh-114827: clarify `threading.Event.wait` timeout behavior (#114834)

Co-authored-by: Kumar Aditya <kumaraditya@python.org>
Lib/threading.py