STINNER Victor added the comment:

My patch for the issue #22043 replaces the _PyTime_timeval structure (10^-6 
second resolution, 1 us) with a _PyTime_timespec structure (10^-9 second 
resolution, 1 ns). It may help for this issue.

----------

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

Reply via email to