]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #25122: try to debug test_eintr hang on FreeBSD
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 15 Sep 2015 10:15:59 +0000 (12:15 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 15 Sep 2015 10:15:59 +0000 (12:15 +0200)
commitf11d0d2c0d44c812534067c76e61c366b5b79a06
treef8c7018cae868996424b882200d39b1d43af2e34
parent024364a89aee39e4d4f47b08ad93f262f5f97dc6
Issue #25122: try to debug test_eintr hang on FreeBSD

* Add verbose mode to test_eintr
* Always enable verbose mode in test_eintr
* Use faulthandler.dump_traceback_later() with a timeout of 15 minutes in
  eintr_tester.py
Lib/test/eintrdata/eintr_tester.py
Lib/test/test_eintr.py