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 amaury.forgeotdarc, brian.curtin, loewis, mspacek, pitrou, python-dev, tim.golden, vstinner
Date 2011-07-05.09:49:52
SpamBayes Score 4.7257194e-07
Marked as misclassified No
Message-id <1309859393.1.0.920313487681.issue9611@psf.upfronthosting.co.za>
In-reply-to
Content
I backported fixes to 2.7, and also add a new fix to FileIO.read(). I don't see anything else to do on this issue, so I close it.

Note: read() and write() methods the file object in 2.7 are 64-bit safe on any OS. They use fread() and frwrite() which take a length in the size_t type, not in int type even on Windows.
History
Date User Action Args
2011-07-05 09:49:53vstinnersetrecipients: + vstinner, loewis, amaury.forgeotdarc, pitrou, tim.golden, brian.curtin, mspacek, python-dev
2011-07-05 09:49:53vstinnersetmessageid: <1309859393.1.0.920313487681.issue9611@psf.upfronthosting.co.za>
2011-07-05 09:49:52vstinnerlinkissue9611 messages
2011-07-05 09:49:52vstinnercreate