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:56:52
SpamBayes Score 0.009939517
Marked as misclassified No
Message-id <1331686613.06.0.378395939285.issue14222@psf.upfronthosting.co.za>
In-reply-to
Content
threading_monotonic.patch: similar patch for the threading module.

Drawback of these patchs: they now call time.monotonic() when the module is loaded (another useless syscall?).
History
Date User Action Args
2012-03-14 00:56:53vstinnersetrecipients: + vstinner, pitrou, neologix, tasslehoff
2012-03-14 00:56:53vstinnersetmessageid: <1331686613.06.0.378395939285.issue14222@psf.upfronthosting.co.za>
2012-03-14 00:56:52vstinnerlinkissue14222 messages
2012-03-14 00:56:52vstinnercreate