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, vstinner
Date 2012-04-02.19:50:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1333396208.72.0.617651688468.issue14428@psf.upfronthosting.co.za>
In-reply-to
Content
Updated patch:
 - Implement time.get_clock_info()
 - time.monotonic() never fails: fallback to time.time() if needed

TODO: time.monotonic() must use GetTickCount64() or GetTickCount() on Windows, with a detection of integer overflow on GetTickCount().
History
Date User Action Args
2012-04-02 19:50:08vstinnersetrecipients: + vstinner, neologix
2012-04-02 19:50:08vstinnersetmessageid: <1333396208.72.0.617651688468.issue14428@psf.upfronthosting.co.za>
2012-04-02 19:50:08vstinnerlinkissue14428 messages
2012-04-02 19:50:08vstinnercreate