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 vstinner
Recipients serhiy.storchaka, twouters, vstinner
Date 2021-01-02.22:03:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1609625035.63.0.564340936489.issue42789@roundup.psfhosted.org>
In-reply-to
Content
s390x RHEL8 3.x:
https://buildbot.python.org/all/#/builders/509/builds/601

Tests run with TERM=xterm-256color.

======================================================================
ERROR: test_colors_funcs (test.test_curses.TestCurses)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-rhel8-z/build/Lib/test/test_curses.py", line 316, in test_colors_funcs
    curses.pair_content(curses.COLOR_PAIRS - 1)
_curses.error: Argument 1 was out of range. (1..COLOR_PAIRS-1)

--

test.pythoninfo doesn't log anything about curses. I expected to find _curses.ncurses_version there.
History
Date User Action Args
2021-01-02 22:03:55vstinnersetrecipients: + vstinner, twouters, serhiy.storchaka
2021-01-02 22:03:55vstinnersetmessageid: <1609625035.63.0.564340936489.issue42789@roundup.psfhosted.org>
2021-01-02 22:03:55vstinnerlinkissue42789 messages
2021-01-02 22:03:55vstinnercreate