[issue12517] Large file support on Windows: sizeof(off_t) is 32 bits

STINNER Victor report at bugs.python.org
Mon Oct 17 20:39:19 CEST 2011


STINNER Victor <victor.stinner at haypocalc.com> added the comment:

changeset:   72869:32b1999410de
user:        Victor Stinner <victor.stinner at haypocalc.com>
date:        Tue Oct 11 22:45:02 2011 +0200
files:       Modules/_io/fileio.c
description:
Fix io.FileIO.readall() on Windows 64 bits

Use Py_off_t type (64 bits) instead of off_t (32 bits).

----------
resolution:  -> fixed
status: open -> closed

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


More information about the Python-bugs-list mailing list