This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients geoffreyspear, georg.brandl, jcbollinger, loewis, ned.deily, python-dev, serhiy.storchaka, vstinner
Date 2017-09-29.09:23:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1506677026.73.0.213398074469.issue15037@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-09-29 09:23:46serhiy.storchakasetrecipients: + serhiy.storchaka, loewis, georg.brandl, vstinner, ned.deily, geoffreyspear, python-dev, jcbollinger
2017-09-29 09:23:46serhiy.storchakasetmessageid: <1506677026.73.0.213398074469.issue15037@psf.upfronthosting.co.za>
2017-09-29 09:23:46serhiy.storchakalinkissue15037 messages
2017-09-29 09:23:46serhiy.storchakacreate