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 ZackerySpytz, arbor, docs@python, pablogsal, serhiy.storchaka
Date 2021-01-03.23:51:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
This change seems to broke some buildbots. For instance:

https://buildbot.python.org/all/#/builders/119/builds/153


======================================================================
ERROR: test_colors_funcs (test.test_curses.TestCurses)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/dje/cpython-buildarea/3.8.edelsohn-rhel8-z/build/Lib/test/test_curses.py", line 310, in test_colors_funcs
    curses.pair_content(min(curses.COLOR_PAIRS - 1, 0x7fff))
_curses.error: Argument 1 was out of range. (1..COLOR_PAIRS-1)
----------------------------------------------------------------------
Ran 28 tests in 0.337s
FAILED (errors=1)
1 test failed again:
    test_curses
== Tests result: FAILURE then FAILURE ==
History
Date User Action Args
2021-01-03 23:51:07pablogsalsetrecipients: + pablogsal, docs@python, serhiy.storchaka, ZackerySpytz, arbor
2021-01-03 23:51:07pablogsalsetmessageid: <[email protected]>
2021-01-03 23:51:07pablogsallinkissue42681 messages
2021-01-03 23:51:06pablogsalcreate