[issue41034] test_builtin: PtyTests fail when run twice

STINNER Victor report at bugs.python.org
Fri Jun 19 06:41:38 EDT 2020


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

I also reproduce the issue on RHEL 8 with readline 7.0.

But the issue is hidden if stdout is not a TTY. I use "| cat", so Python stdout is a pipe:

$ ./python -m test test_readline test_builtin -v|cat
(...)
Tests result: SUCCESS

----------

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


More information about the Python-bugs-list mailing list