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, pitrou, vstinner
Date 2017-11-15.01:48:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1510710529.8.0.213398074469.issue32025@psf.upfronthosting.co.za>
In-reply-to
Content
> On other platforms, it can simply raise NotImplementedError.

Would it be possible to not provide the function if it's not supported by a platform?

Do you know platforms which don't support time.thread_time()?

Do you want to add time.thread_time_ns() with nanosecond resolution (PEP 564) ? I suggest to add it to be consistent with time.process_time().
History
Date User Action Args
2017-11-15 01:48:49vstinnersetrecipients: + vstinner, belopolsky, pitrou
2017-11-15 01:48:49vstinnersetmessageid: <1510710529.8.0.213398074469.issue32025@psf.upfronthosting.co.za>
2017-11-15 01:48:49vstinnerlinkissue32025 messages
2017-11-15 01:48:49vstinnercreate