Reported resolution of time.process_time
and time.thread_time
is wrong on Windows
#135304
Labels
time.process_time
and time.thread_time
is wrong on Windows
#135304
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Bug description:
The reported
resolution=1e-07
is way off. According to @eryksun in #82040 (comment)This has also caused problems in
test_int.test_denial_of_service
, see #114911 (comment).I suggest to report
15.625 ms
, since this is the upper limit.CPython versions tested on:
CPython main branch
Operating systems tested on:
Windows
Linked PRs
time.process_time
andtime.thread_time
is wrong on Windows #135305The text was updated successfully, but these errors were encountered: