STINNER Victor <vstin...@redhat.com> added the comment:

> 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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35702>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to