-
-
Notifications
You must be signed in to change notification settings - Fork 32k
gh-125843: fix test_curses.test_attributes
on x86-64 macOS
#134252
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
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
test_curses.test_attributes
on x86-64 macOS
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
This comment was marked as resolved.
!buildbot x86-64 MacOS Intel |
🤖 New build scheduled with the buildbot fleet by @picnixz for commit 8fcdb53 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F134252%2Fmerge The command will test the builders whose names match following regular expression: The builders matched are:
|
🤖 New build scheduled with the buildbot fleet by @picnixz for commit 8004b3d 🤖 Results will be shown at: https://buildbot.python.org/all/#/grid?branch=refs%2Fpull%2F134252%2Fmerge If you want to schedule another build, you need to add the 🔨 test-with-buildbots label again. |
Thank you for the fix! |
Apparently, on x86-64 MacOS Intel with and without GIL,
test_curses.test_attributes
failed, but I don't really know why after looking at the code. So, I'll just check by hand to check what kind of error is actually being returned.curses
by indicating failed C function #125843