-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
bpo-42681: Fix test_curses failures related to COLOR_PAIRS #24089
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
bpo-42681: Fix test_curses failures related to COLOR_PAIRS #24089
Conversation
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit b588847 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit d89dbb1 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit 80a9ce2 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit c0ccb2f 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit 6e4596a 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
🤖 New build scheduled with the buildbot fleet by @serhiy-storchaka for commit 8610b63 🤖 If you want to schedule another build, you need to add the ":hammer: test-with-buildbots" label again. |
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.9. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to |
…honGH-24089) On ncurses 6.1 pair numbers are limited by SHORT_MAX-1, even with extended color support. Improve error reporting and tests for color functions.. (cherry picked from commit 59f9b4e) Co-authored-by: Serhiy Storchaka <[email protected]>
GH-24113 is a backport of this pull request to the 3.9 branch. |
|
pythonGH-24089) (pythonGH-24113) On ncurses 6.1 pair numbers are limited by SHORT_MAX-1. Improve error reporting and tests for color functions. (cherry picked from commit 59f9b4e) (cherry picked from commit 9b3a53a) Co-authored-by: Serhiy Storchaka <[email protected]>
…24089) On ncurses 6.1 pair numbers are limited by SHORT_MAX-1, even with extended color support. Improve error reporting and tests for color functions.
https://bugs.python.org/issue42681