[issue43659] AIX: test_curses crashes buildbot
Michael Felt
report at bugs.python.org
Tue Mar 30 03:24:01 EDT 2021
Michael Felt <aixtools at felt.demon.nl> added the comment:
my default TERM=xterm
I'll also use 'ansi'
The filenames will be ${TERM}.err and ${TERM}.out
for TERM in xterm ansi; do
./python -m test -vuall test_curses 2>${TERM}.err >${TERM}.out
done
After TERM=ansi - my terminal is in raw mode (i.e.,
$ stty sane ^J
needed).
----------
Added file: https://bugs.python.org/file49917/issue43659.zip
_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue43659>
_______________________________________
More information about the Python-bugs-list
mailing list