commit | 9bdb43e43f9f5d80699e297c2f73c106179b33d5 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@haypocalc.com> | Mon Apr 04 23:42:30 2011 +0200 |
committer | Victor Stinner <victor.stinner@haypocalc.com> | Mon Apr 04 23:42:30 2011 +0200 |
tree | bd252e2f5cec3a9b3b455a18089a2f7e1c57ba5e | |
parent | 2d3222740bd119df048b955facd30eb48953b05f [diff] |
Issue #11765: don't test time.sleep() in test_faulthandler time.time() and/or time.sleep() are not accurate on Windows, don't test them in test_faulthandler. Anyway, the check was written for an old implementation of dump_tracebacks_later(), it is not more needed.