This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients loewis, pitrou, python-dev, rosslagerwall, schmir, vstinner
Date 2011-10-17.18:39:18
SpamBayes Score 0.04908845
Marked as misclassified No
Message-id <1318876759.59.0.851530530843.issue12517@psf.upfronthosting.co.za>
In-reply-to
Content
changeset:   72869:32b1999410de
user:        Victor Stinner <victor.stinner@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).
History
Date User Action Args
2011-10-17 18:39:20vstinnersetrecipients: + vstinner, loewis, pitrou, schmir, rosslagerwall, python-dev
2011-10-17 18:39:19vstinnersetmessageid: <1318876759.59.0.851530530843.issue12517@psf.upfronthosting.co.za>
2011-10-17 18:39:19vstinnerlinkissue12517 messages
2011-10-17 18:39:18vstinnercreate