commit | f11d0d2c0d44c812534067c76e61c366b5b79a06 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Tue Sep 15 12:15:59 2015 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Tue Sep 15 12:15:59 2015 +0200 |
tree | f8c7018cae868996424b882200d39b1d43af2e34 | |
parent | 024364a89aee39e4d4f47b08ad93f262f5f97dc6 [diff] |
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