<div dir="ltr">Yay! Record time from acceptance to implementation. :-)</div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Nov 2, 2017 at 8:16 AM, Victor Stinner <span dir="ltr"><<a href="mailto:victor.stinner@gmail.com" target="_blank">victor.stinner@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Thank you Guido for your review and approval.<br>
<br>
I just implemented the PEP 564 and so changed the PEP status to Final.<br>
<br>
FYI I also added 3 new clock identifiers to the time module in Python<br>
3.7: CLOCK_BOOTTIME, CLOCK_PROF and CLOCK_UPTIME.<br>
<br>
So you can now get your Linux uptime with a resolution of 1 nanosecond :-D<br>
<br>
haypo@selma$ ./python -c 'import time;<br>
print(time.clock_gettime_ns(<wbr>time.CLOCK_BOOTTIME))'<br>
232172588663888<br>
<br>
Don't do that at home, it's just for educational purpose only! ;-)<br>
<span class="HOEnZb"><font color="#888888"><br>
Victor<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
2017-10-30 18:18 GMT+01:00 Guido van Rossum <<a href="mailto:guido@python.org">guido@python.org</a>>:<br>
> I have read PEP 564 and (mostly) followed the discussion in this thread, and<br>
> I am happy with the PEP. I am hereby approving PEP 564. Congratulations<br>
> Victor!<br>
> --<br>
> --Guido van Rossum (<a href="http://python.org/~guido" rel="noreferrer" target="_blank">python.org/~guido</a>)<br>
</div></div></blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature" data-smartmail="gmail_signature">--Guido van Rossum (<a href="http://python.org/~guido" target="_blank">python.org/~guido</a>)</div>
</div>