]> granicus.if.org Git - python/commit
Issue #25277: Set a timeout of 10 minutes in test_eintr using faulthandler to
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 1 Oct 2015 11:16:43 +0000 (13:16 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 1 Oct 2015 11:16:43 +0000 (13:16 +0200)
commit98f223dfa0440529261e921c8b9ec9a955c6d27f
treeeed6e4cc0caeb944353816427e15d0d27fcbc832
parent2c6ea295babf4100422981f4ba1dbed27974a3dc
Issue #25277: Set a timeout of 10 minutes in test_eintr using faulthandler to
try to debug a hang on the FreeBSD 9 buildbot.

Run also eintr_tester.py with python "-u" command line option to try to get the
full output on hang/crash.
Lib/test/eintrdata/eintr_tester.py
Lib/test/test_eintr.py