[Python-Dev] test_io fails on test_1686475

Amaury Forgeot d'Arc amauryfa at gmail.com
Mon Mar 2 17:30:01 CET 2009


On Mon, Mar 2, 2009 at 13:25, Nick Coghlan <ncoghlan at gmail.com> wrote:
> Cesare Di Mauro wrote:
>> However, they are correct timestamps for Windows files, so I think that at least
>> the API on posixmodule.c should not fail when working with them. I don't know if
>> there's a way to handle them correctly.
>
> Use 64-bit time values (which is highly unlikely to ever be the case for
> CPython on a 32-bit OS).

64bit time_t is the default since VS2005.
See the patch at http://bugs.python.org/issue4379

-- 
Amaury Forgeot d'Arc


More information about the Python-Dev mailing list