[Python-Dev] 2.3.3 test_pty sometimes fails on Solaris
Skip Montanaro
skip at pobox.com
Fri Jan 2 14:56:56 EST 2004
I'm installing 2.3.3 on a Solaris 8 system. If I run "make test", it
reports that test_pty failed and gives this error:
test test_pty failed -- slave_fd is not a tty
but if I run "./python Lib/test/test_pty.py" or ./python Lib/test/regrtest
test_pty it seems the test succeeds. It smells sort of like the bug report
at http://www.python.org/sf/864374.
Any suggestions where I should look for culprits? I know zilch about ptys.
Thx,
Skip
More information about the Python-Dev
mailing list