[New-bugs-announce] [issue19738] pytime.c loses precision under Windows

Antoine Pitrou report at bugs.python.org
Sat Nov 23 18:27:12 CET 2013


New submission from Antoine Pitrou:

Under Windows, GetSystemTimeAsFileTime has a 100 ns resolution, but pygettimeofday stores it in a timeval which only has microsecond resolution. As a consequence, some precision is lost under Windows (which shows e.g. in time.time() results).

----------
components: Interpreter Core
messages: 204063
nosy: haypo, loewis, pitrou, tim.peters
priority: normal
severity: normal
status: open
title: pytime.c loses precision under Windows
type: enhancement
versions: Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue19738>
_______________________________________


More information about the New-bugs-announce mailing list