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 vstinner
Recipients neologix, pitrou, tasslehoff, vstinner
Date 2012-03-14.00:53:15
SpamBayes Score 0.024491489
Marked as misclassified No
Message-id <1331686395.81.0.925616573074.issue14222@psf.upfronthosting.co.za>
In-reply-to
Content
queue_monotonic.patch: simple patch using time.monotonic(), with a fallback to time.time() if monotonic failed or is not available.
History
Date User Action Args
2012-03-14 00:53:15vstinnersetrecipients: + vstinner, pitrou, neologix, tasslehoff
2012-03-14 00:53:15vstinnersetmessageid: <1331686395.81.0.925616573074.issue14222@psf.upfronthosting.co.za>
2012-03-14 00:53:15vstinnerlinkissue14222 messages
2012-03-14 00:53:15vstinnercreate