This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author rhettinger
Recipients anacrolix, neologix, pitrou, python-dev, rhettinger, tasslehoff, vstinner
Date 2012-04-05.02:58:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333594727.51.0.278896798758.issue14222@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-04-05 02:58:47rhettingersetrecipients: + rhettinger, pitrou, vstinner, anacrolix, neologix, python-dev, tasslehoff
2012-04-05 02:58:47rhettingersetmessageid: <1333594727.51.0.278896798758.issue14222@psf.upfronthosting.co.za>
2012-04-05 02:58:46rhettingerlinkissue14222 messages
2012-04-05 02:58:46rhettingercreate