[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-15037: Add a workaround for getkey() in curses for ncurses 5.7 and earlier. by serhiy-storchaka · Pull Request #3826 · python/cpython

serhiy-storchaka

…d earlier.

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

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)

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.