[Python-Dev] test_io fails on test_1686475

Nick Coghlan ncoghlan at gmail.com
Mon Mar 2 13:25:41 CET 2009


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).

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia
---------------------------------------------------------------


More information about the Python-Dev mailing list