]> granicus.if.org Git - python/commit
Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions.
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 10 Nov 2015 17:52:20 +0000 (19:52 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 10 Nov 2015 17:52:20 +0000 (19:52 +0200)
commita15a98638acd7cc4098bf2ee9d1094b4ac051b26
tree6bd82a4ec4094d7a23722a0855e90ca19472e04c
parente2cf9843841ce0cf26ea7e31070313e361f91611
parentc6ce13d9101f51af53101f63a789e252784395ea
Issue #6598: Avoid clock wrapping around in test_make_msgid_collisions.
Use time.monotonic instead of time.clock.