]> granicus.if.org Git - python/commit
force_test_exit(): This has been completely ineffective
authorTim Peters <tim.peters@gmail.com>
Fri, 11 Aug 2006 03:49:10 +0000 (03:49 +0000)
committerTim Peters <tim.peters@gmail.com>
Fri, 11 Aug 2006 03:49:10 +0000 (03:49 +0000)
commit8b8c59cf1db86682fdc48791a0fcfa997d36eb06
tree35ed2e6342e34a016c80463decc7a1d2c4526717
parent08574770c54dcab5f44bc77e39fa1689beea2f84
force_test_exit():  This has been completely ineffective
at stopping test_signal from hanging forever on the Tru64
buildbot.  That could be because there's no such thing as
signal.SIGALARM.  Changed to the idiotic (but standard)
signal.SIGALRM instead, and added some more debug output.
Lib/test/test_signal.py