March 2, 2009
4:30 p.m.
On Mon, Mar 2, 2009 at 13:25, Nick Coghlan <ncoghlan@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