Raymond Hettinger <raymond.hettin...@gmail.com> added the comment:

Why do you think monotonic time is needed for the Queue module?  If time.time() 
goes backwards for some reason, the only consequence is that the timeouts take 
longer to cross the timeout boundard.  On the other hand, it monotonic is used, 
then time won't go backwards but it won't go forwards either, so the 
consequence is the same.

AFAICT, this patch doesn't fix any bug and doesn't make the module better in 
any observable way.

----------

_______________________________________
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

Reply via email to