STINNER Victor <victor.stin...@haypocalc.com> added the comment:

As expected, size_t is too small on Windows 32 bits.

Patch version 8: _PyTime_t uses Py_LONG_LONG if available, instead of size_t, 
for numerator and denominator.

----------
title: Add format argument for time.time(), time.clock(), ... to get a 
timestamp as a Decimal object -> PEP 410: Use decimal.Decimal type for 
timestamps
Added file: http://bugs.python.org/file24402/time_decimal-8.patch

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

Reply via email to