[issue43231] test.test_curses.TestCurses.test_init_pair fails in s390x Fedora

Pablo Galindo Salgado report at bugs.python.org
Mon Feb 15 14:45:15 EST 2021


Pablo Galindo Salgado <pablogsal at gmail.com> added the comment:

>From the curses docs:

   init_pair
       The init_pair routine changes the definition of a color-pair.  It
       takes three arguments: the number of the color-pair to be
       changed, the foreground color number, and the background color
       number.  For portable applications:

       •   The first argument must be a legal color pair value.  If
           default colors are used (see use_default_colors(3X)) the
           upper limit is adjusted to allow for extra pairs which use a
           default color in foreground and/or background.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43231>
_______________________________________


More information about the Python-bugs-list mailing list