Skip to content

bpo-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlier.#3826

Merged
serhiy-storchaka merged 1 commit intopython:masterfrom
serhiy-storchaka:test_curses-openbsd
Nov 1, 2017
Merged

bpo-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlier.#3826
serhiy-storchaka merged 1 commit intopython:masterfrom
serhiy-storchaka:test_curses-openbsd

Conversation

@serhiy-storchaka
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown

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

@miss-islington
Copy link
Copy Markdown
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