Nicholas Riley <com-python-b...@sabi.net> added the comment:

Attached is a patch which implements time.monotonic() using 
mach_absolute_time() / mach_timebase_info().  This was recommended by Apple in 
their technical Q&A 1398:

https://developer.apple.com/library/mac/#qa/qa1398/

----------
keywords: +patch
nosy: +nriley
Added file: http://bugs.python.org/file24798/monotonic.patch

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

Reply via email to