]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33723: Remove busy loop from test_time (GH-10773)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 28 Nov 2018 17:58:31 +0000 (09:58 -0800)
committerGitHub <noreply@github.com>
Wed, 28 Nov 2018 17:58:31 +0000 (09:58 -0800)
commitd46d753d152a5d01f9c454d18b1ae660509d9b16
treebed5b7c7ad151004970832b5a7ed6325098fa641
parent24b51b1a4919e310d338629cc60371387f475a32
bpo-33723: Remove busy loop from test_time (GH-10773)

The "busy loops" of test_process_time() and test_thread_time() are
not reliable and fail randomly on Windows: remove them.
(cherry picked from commit 48498dd57f79ab1d061c754ad6a2ebe1a7172b0e)

Co-authored-by: Victor Stinner <vstinner@redhat.com>
Lib/test/test_time.py