]> granicus.if.org Git - python/commit
Issue #20311: Try to fix the unit test, use time.monotonic() instead of
authorVictor Stinner <victor.stinner@gmail.com>
Tue, 21 Jan 2014 01:37:41 +0000 (02:37 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Tue, 21 Jan 2014 01:37:41 +0000 (02:37 +0100)
commit39d798eb03e2f389b9d59d005a14eed1467f18cd
treea8e5098033e25ae5bd0f2bc8b14101f93f085644
parent665486e0e73f6e1cc0a54d1ac1e977b7cff7b085
Issue #20311: Try to fix the unit test, use time.monotonic() instead of
time.perf_counter()

Move also the unit test at the end.
Lib/test/test_epoll.py