]> granicus.if.org Git - python/commit
Issue #22043: Oops, fix perf_counter() on UNIX if no monotonic clock is
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 29 Aug 2014 15:00:17 +0000 (17:00 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 29 Aug 2014 15:00:17 +0000 (17:00 +0200)
commit67ca33dbf44524516991d9152c4d8a7ff57f0335
treef68cf23a0deed79b60c8209b62dd2a48fb0755d5
parent5488449ba467bb9baa8c759c7f8534cb2e8d0224
Issue #22043: Oops, fix perf_counter() on UNIX if no monotonic clock is
available (unlikely)
Modules/timemodule.c