[issue42694] Failed test_new_curses_panel in test_curses

STINNER Victor report at bugs.python.org
Fri Dec 25 19:40:21 EST 2020


STINNER Victor <vstinner at python.org> added the comment:

I can reproduce the issue with the command:

./python -m test -u all test_curses

I wrote PR 23948 to fix the regression.

Note: "./python -m test test_curses" doesn't fail since the test is skipped.

----------

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


More information about the Python-bugs-list mailing list