Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32.1k
GH-130328: Fix WindowsConsoleGetEventTests after gh-133728#134660
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
!buildbot Windows10 |
bedevere-bot commentedMay 25, 2025
🤖 New build scheduled with the buildbot fleet by@ambv for commit7f15126 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F134660%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
Buildbot looks happy now! |
1000283
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@chris-eibl for the PR, and@ambv for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
pythongh-134660)(cherry picked from commit1000283)Co-authored-by: Chris Eibl <138194463+chris-eibl@users.noreply.github.com>
GH-134666 is a backport of this pull request to the3.14 branch. |
Uh oh!
There was an error while loading.Please reload this page.
Fixes the WindowsConsoleGetEventTests which got broken due to moving
wait
intoget_event
inWindowsConsole
during#133728.