Staging
v0.5.1
https://github.com/python/cpython
Revision cb65c7ee19d6dfdbb47b15fcd8da16472b8100e0 authored by Thomas Wouters on 28 January 2006, 12:08:39 UTC, committed by Thomas Wouters on 28 January 2006, 12:08:39 UTC
tty opened by os.openpty() isn't always a tty according to os.isatty(), when
it's tested inside the process that opened it. Doesn't affect actual
functionality, as using a tty this way is rarely, if ever, useful. Ignoring
the failure allows the test for actual functionality to continue.
1 parent f5eccd0
History
Tip revision: cb65c7ee19d6dfdbb47b15fcd8da16472b8100e0 authored by Thomas Wouters on 28 January 2006, 12:08:39 UTC
Work around a Solaris peculiarity that caused test_pty to sometimes fail: a
Tip revision: cb65c7e
File Mode Size
Modules
Python
support
Makefile -rw-r--r-- 14.5 KB
README -rw-r--r-- 1.2 KB
pyconfig.h -rw-r--r-- 17.5 KB
sleep.c -rw-r--r-- 866 bytes
unixstuff.c -rw-r--r-- 1.7 KB
unixstuff.h -rw-r--r-- 318 bytes

README

back to top