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 anacrolix, belopolsky, brian.curtin, eric.araujo, glenn, kristjan.jonsson, martin.panter, pitrou, python-dev, vstinner
Date 2011-11-29.19:29:53
SpamBayes Score 0.07689575
Marked as misclassified No
Message-id <1322594995.28.0.16898060828.issue10278@psf.upfronthosting.co.za>
In-reply-to
Content
Version 3 of the patch: check for clock_gettime() failure. Try CLOCK_MONOTONIC_RAW, or try CLOCK_MONOTONIC, or use time.time().
History
Date User Action Args
2011-11-29 19:29:55vstinnersetrecipients: + vstinner, belopolsky, pitrou, kristjan.jonsson, eric.araujo, brian.curtin, glenn, anacrolix, python-dev, martin.panter
2011-11-29 19:29:55vstinnersetmessageid: <1322594995.28.0.16898060828.issue10278@psf.upfronthosting.co.za>
2011-11-29 19:29:54vstinnerlinkissue10278 messages
2011-11-29 19:29:54vstinnercreate