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 pitrou
Recipients neologix, pitrou, tasslehoff, vstinner
Date 2012-03-07.22:40:26
SpamBayes Score 0.01391441
Marked as misclassified No
Message-id <1331160026.94.0.871481453327.issue14222@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2012-03-07 22:40:27pitrousetrecipients: + pitrou, vstinner, neologix, tasslehoff
2012-03-07 22:40:26pitrousetmessageid: <1331160026.94.0.871481453327.issue14222@psf.upfronthosting.co.za>
2012-03-07 22:40:26pitroulinkissue14222 messages
2012-03-07 22:40:26pitroucreate