STINNER Victor <victor.stin...@gmail.com> added the comment:

> gettimeofday returns you wall clock time: if a process
> that modifies time is running, e.g. ntpd, you'll likely
> to run into trouble. the value returned is _not_ monotonic,
> ...

The issue #12822 asks to use monotonic clocks when available.

----------
nosy: +haypo

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7946>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to