]> granicus.if.org Git - python/commit
Prevent the pty test from hanging by setting an alarm.
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 21 Mar 2003 01:39:14 +0000 (01:39 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 21 Mar 2003 01:39:14 +0000 (01:39 +0000)
commit7d8145268ee282f14d6adce9305dc3c1c7ffec14
treea8a1742cd1583ef00694ca959c55598b2994bb76
parentef4b7ed42b426e0518221ad48b61208fb2af65da
Prevent the pty test from hanging by setting an alarm.
Currently, test_pty hangs on AIX & HPUX if run after test_openpty.
Lib/test/test_pty.py