diff options
author | Thomas Wouters <thomas@python.org> | 2006-01-28 12:08:39 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2006-01-28 12:08:39 (GMT) |
commit | cb65c7ee19d6dfdbb47b15fcd8da16472b8100e0 (patch) | |
tree | 056189314b84685b196621535458871c577be797 /Python/ceval.c | |
parent | f5eccd0ac4aa525cba17d8cfef66763277eb9932 (diff) | |
download | cpython-cb65c7ee19d6dfdbb47b15fcd8da16472b8100e0.zip cpython-cb65c7ee19d6dfdbb47b15fcd8da16472b8100e0.tar.gz cpython-cb65c7ee19d6dfdbb47b15fcd8da16472b8100e0.tar.bz2 |
Work around a Solaris peculiarity that caused test_pty to sometimes fail: a
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.
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions