-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
gh-114827: clarify threading.Event.wait timeout behavior
#114834
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
More change is needed. See issue. Possibly wait for other comments. Don't worry about news yet. |
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
…honGH-114834) (cherry picked from commit 13e9c2d) Co-authored-by: Doug Hoskisson <[email protected]> Co-authored-by: Kumar Aditya <[email protected]>
…honGH-114834) (cherry picked from commit 13e9c2d) Co-authored-by: Doug Hoskisson <[email protected]> Co-authored-by: Kumar Aditya <[email protected]>
|
GH-140099 is a backport of this pull request to the 3.13 branch. |
|
GH-140100 is a backport of this pull request to the 3.14 branch. |
…-114834) (#140099) Co-authored-by: Doug Hoskisson <[email protected]> Co-authored-by: Kumar Aditya <[email protected]>
…-114834) (#140100) Co-authored-by: Doug Hoskisson <[email protected]> Co-authored-by: Kumar Aditya <[email protected]>
addresses issue #114827
threading.Event.waittimeout behavior is unclear #114827