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 haney, vstinner
Date 2017-04-27.13:22:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1493299340.8.0.330686176918.issue30183@psf.upfronthosting.co.za>
In-reply-to
Content
I'm quite sure that once I wrote a patch using gethrtime() for Solaris, but then I saw that it's the same clock than clock_gettime(CLOCK_MONOTONIC), so I removed gethrtime() to simplify the code.

See also my PEP 418, which mentions gethrtime() by the way:
https://www.python.org/dev/peps/pep-0418/#solaris-gethrtime
History
Date User Action Args
2017-04-27 13:22:20vstinnersetrecipients: + vstinner, haney
2017-04-27 13:22:20vstinnersetmessageid: <1493299340.8.0.330686176918.issue30183@psf.upfronthosting.co.za>
2017-04-27 13:22:20vstinnerlinkissue30183 messages
2017-04-27 13:22:20vstinnercreate