STINNER Victor <victor.stin...@gmail.com> added the comment: > Well, in 3.3 we could use clock_gettime(CLOCK_MONOTONIC) where available.
It's better to use time.monotonic(). > That said, this is not specific to Queue.get() and will probably happen with > many similar functions taking a timeout parameter. Yep, it may be used for lock.acquire(timeout=timeout) for example. It would help to have a portable monotonic clock API in C. ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue14222> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com