]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #11765: don't test time.sleep() in test_faulthandler
authorVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Apr 2011 21:42:30 +0000 (23:42 +0200)
committerVictor Stinner <victor.stinner@haypocalc.com>
Mon, 4 Apr 2011 21:42:30 +0000 (23:42 +0200)
commit9bdb43e43f9f5d80699e297c2f73c106179b33d5
treebd252e2f5cec3a9b3b455a18089a2f7e1c57ba5e
parent2d3222740bd119df048b955facd30eb48953b05f
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.
Lib/test/test_faulthandler.py