Skip to content
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-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlier. #3826

Merged

Conversation

serhiy-storchaka
Copy link
Member

@serhiy-storchaka serhiy-storchaka commented Sep 29, 2017

Skip a test for unget_wch()/get_wch() on OpenBSD since they are broken
in ncurses 5.7.

https://bugs.python.org/issue15037

…d earlier.

Skip a test for unget_wch()/get_wch() on OpenBSD since they are broken
in ncurses 5.7.
@serhiy-storchaka serhiy-storchaka added needs backport to 2.7 type-bug An unexpected behavior, bug, or error tests Tests in the Lib/test dir labels Sep 29, 2017
@serhiy-storchaka serhiy-storchaka merged commit 7e68790 into python:master Nov 1, 2017
@miss-islington
Copy link
Contributor

Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 2.7, 3.6.
🐍🍒⛏🤖

@serhiy-storchaka serhiy-storchaka deleted the test_curses-openbsd branch November 1, 2017 14:03
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Nov 1, 2017
…d earlier. (pythonGH-3826)

Skip a test for unget_wch()/get_wch() on OpenBSD since they are broken
in ncurses 5.7.
(cherry picked from commit 7e68790)
@bedevere-bot
Copy link

GH-4218 is a backport of this pull request to the 3.6 branch.

@miss-islington
Copy link
Contributor

Sorry, @serhiy-storchaka, I could not cleanly backport this to 2.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker 7e68790f3db75a893d5dd336e6201a63bc70212b 2.7

serhiy-storchaka pushed a commit that referenced this pull request Nov 1, 2017
…d earlier. (GH-3826) (#4218)

Skip a test for unget_wch()/get_wch() on OpenBSD since they are broken
in ncurses 5.7.
(cherry picked from commit 7e68790)
embray pushed a commit to embray/cpython that referenced this pull request Nov 9, 2017
…d earlier. (python#3826)

Skip a test for unget_wch()/get_wch() on OpenBSD since they are broken
in ncurses 5.7.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants