Message384302
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 == |
|
| Date |
User |
Action |
Args |
| 2021-01-03 23:51:07 | pablogsal | set | recipients:
+ pablogsal, docs@python, serhiy.storchaka, ZackerySpytz, arbor |
| 2021-01-03 23:51:07 | pablogsal | set | messageid: <[email protected]> |
| 2021-01-03 23:51:07 | pablogsal | link | issue42681 messages |
| 2021-01-03 23:51:06 | pablogsal | create | |
|