[issue14222] Using time.time() in Queue.get breaks when system time is changed

Antoine Pitrou report at bugs.python.org
Wed Mar 7 23:40:26 CET 2012


Antoine Pitrou <pitrou at free.fr> added the comment:

Well, in 3.3 we could use clock_gettime(CLOCK_MONOTONIC) where available.
That said, this is not specific to Queue.get() and will probably happen with many similar functions taking a timeout parameter.

----------
nosy: +haypo, neologix, pitrou

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


More information about the Python-bugs-list mailing list