diff options
author | Thomas Wouters <thomas@python.org> | 2006-01-28 12:05:54 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2006-01-28 12:05:54 (GMT) |
commit | 35f34f8d6051fa0fcd2c17f6214bd6ddea841596 (patch) | |
tree | 62ca73819eb763756c6e7bf149a11073de5774a7 /configure | |
parent | c960f26044edaea6669e60859ecf590c63c65e62 (diff) | |
download | cpython-35f34f8d6051fa0fcd2c17f6214bd6ddea841596.zip cpython-35f34f8d6051fa0fcd2c17f6214bd6ddea841596.tar.gz cpython-35f34f8d6051fa0fcd2c17f6214bd6ddea841596.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.
Will backport to 2.4-maint.
Diffstat (limited to 'configure')
0 files changed, 0 insertions, 0 deletions