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 pablogsal
Recipients pablogsal, serhiy.storchaka
Date 2021-02-15.18:46:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613414765.81.0.929791182409.issue43231@roundup.psfhosted.org>
In-reply-to
Content
https://buildbot.python.org/all/#/builders/433/builds/181/steps/5/logs/stdio


======================================================================
ERROR: test_init_pair (test.test_curses.TestCurses)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.refleak/build/Lib/test/test_curses.py", line 47, in wrapped
    test(self, *args, **kwargs)
  File "/home/dje/cpython-buildarea/3.x.edelsohn-fedora-z.refleak/build/Lib/test/test_curses.py", line 959, in test_init_pair
    curses.init_pair(maxpair, 0, 0)
ValueError: Color pair is greater than COLOR_PAIRS-1 (65535).
----------------------------------------------------------------------
History
Date User Action Args
2021-02-15 18:46:05pablogsalsetrecipients: + pablogsal, serhiy.storchaka
2021-02-15 18:46:05pablogsalsetmessageid: <1613414765.81.0.929791182409.issue43231@roundup.psfhosted.org>
2021-02-15 18:46:05pablogsallinkissue43231 messages
2021-02-15 18:46:05pablogsalcreate