Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment: Seems there is the same cause of the failure of test_curses on OpenBSD.
====================================================================== ERROR: test_window_funcs (test.test_curses.TestCurses) (meth='window.getkey') Test the methods of windows ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/serhiy/py/cpython3.7/Lib/test/test_curses.py", line 99, in test_window_funcs meth() ValueError: chr() arg not in range(0x110000) ====================================================================== FAIL: test_unget_wch (test.test_curses.TestCurses) ---------------------------------------------------------------------- Traceback (most recent call last): File "/home/serhiy/py/cpython3.7/Lib/test/test_curses.py", line 355, in test_unget_wch self.assertEqual(read, ch) AssertionError: -61 != 'é' ---------------------------------------------------------------------- System ncurses version is 5.7. ---------- nosy: +serhiy.storchaka versions: +Python 3.6, Python 3.7 -Python 3.3, Python 3.4, Python 3.5 _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue15037> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com