-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
!buildbot Windows10 |
🤖 New build scheduled with the buildbot fleet by @ambv for commit 7f15126 🤖 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! |
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 commit 1000283) Co-authored-by: Chris Eibl <138194463+chris-eibl@users.noreply.github.com>
GH-134666 is a backport of this pull request to the 3.14 branch. |
Fixes the WindowsConsoleGetEventTests which got broken due to moving
wait
intoget_event
inWindowsConsole
during #133728.