summaryrefslogtreecommitdiffstats
path: root/Python/ceval.c
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2006-01-28 12:08:39 (GMT)
committerThomas Wouters <thomas@python.org>2006-01-28 12:08:39 (GMT)
commitcb65c7ee19d6dfdbb47b15fcd8da16472b8100e0 (patch)
tree056189314b84685b196621535458871c577be797 /Python/ceval.c
parentf5eccd0ac4aa525cba17d8cfef66763277eb9932 (diff)
downloadcpython-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