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 <[email protected]>
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: <[email protected]>
2012-03-07 22:40:26pitroulinkissue14222 messages
2012-03-07 22:40:26pitroucreate