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 belopolsky, neologix, vstinner
Date 2014-07-31.11:13:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406805197.41.0.570635320999.issue22043@psf.upfronthosting.co.za>
In-reply-to
Content
pymonotonic.patch is large and difficult to review. I prefer to split it into two parts:

- pytimespec.patch: Change pytime.h to use _PyTimeSpec structure (nanosecond resolution) instead of _PyTime_timeval structure (microsecond resolution)

- pymonotonic-2.patch: Add _PyTimeSpec_monotonic() and _PyTimeSpec_monotonic_info()
History
Date User Action Args
2014-07-31 11:13:17vstinnersetrecipients: + vstinner, belopolsky, neologix
2014-07-31 11:13:17vstinnersetmessageid: <1406805197.41.0.570635320999.issue22043@psf.upfronthosting.co.za>
2014-07-31 11:13:17vstinnerlinkissue22043 messages
2014-07-31 11:13:17vstinnercreate