summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library/2020-11-02-14-10-48.bpo-35455.Q1xTIo.rst
blob: e72c7d277a11235ee20951e61f1192e686bf074e (plain)
1
2
3
On Solaris, :func:`~time.thread_time` is now implemented with
``gethrvtime()`` because ``clock_gettime(CLOCK_THREAD_CPUTIME_ID)`` is not
always available. Patch by Jakub Kulik.