[issue27916] Use time.monotonic instead of time.time where appropriate

Ville Skyttä report at bugs.python.org
Wed Aug 31 14:52:11 EDT 2016


Ville Skyttä added the comment:

Thanks for the explanation, understood. However, I don't think it would be terribly difficult to demonstrate that these changes do address actual pains(*) in the situations they're supposed to address them. And the pains in question might in real world occur quite rarely, unexpectedly, and take some time/cost to debug and reproduce, which is why it would be good to be able to preemptively address them.

(*) For some values of "pain" -- many of the changes here are just for outputting nice-to-know timing information.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27916>
_______________________________________


More information about the Python-bugs-list mailing list