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 nanjekyejoannah, ned.deily, rfmoz, ronaldoussoren, vstinner, xtreak
Date 2019-01-10.14:23:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1547130203.59.0.292785268277.issue35702@roundup.psfhosted.org>
In-reply-to
Content
> As the behaviour is equivalent, maybe it can be assigned to the existing time.CLOCK_UPTIME funtion.

Nah, in Python we map directly to OS constant and don't try to be smart. It's up to the user of these constants to make their own choice.

Use Python functions for portable behavior: time.monotonic(), time.perf_counter(), etc.
History
Date User Action Args
2019-01-10 14:23:24vstinnersetrecipients: + vstinner, ronaldoussoren, ned.deily, xtreak, nanjekyejoannah, rfmoz
2019-01-10 14:23:23vstinnersetmessageid: <1547130203.59.0.292785268277.issue35702@roundup.psfhosted.org>
2019-01-10 14:23:23vstinnerlinkissue35702 messages
2019-01-10 14:23:23vstinnercreate