On Dec 4, 2014 8:56 AM, "Marko Rauhamaa" <ma...@pacujo.net> wrote:
>
> "ast" <nom...@invalid.com>:
>
> > Does any body know when time.monotonic() rolls over ?
>
> Never, according to the documentation you linked.
>
> Admittedly, the documentation confuses the reader by chatting about some
> irrelevant internal Windows details.

Not entirely irrelevant. The implication is that if you go more than 49
days without calling the function on old Windows systems, rollovers could
be missed, which is good to know about. The result would still be
monotonic, but it wouldn't accurately reflect the time elapsed.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to