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, vstinner
Date 2011-07-07.22:54:09
SpamBayes Score 0.0029487687
Marked as misclassified No
Message-id <1310079250.24.0.0290880980981.issue12517@psf.upfronthosting.co.za>
In-reply-to
Content
FileIO.readall() and _parse_off_t() help of the posix module use the off_t type. This type is only 32 bits long and so don't support files bigger than 4 GB (or maybe just 2 GB?). The Py_off_t type should be used instead.
History
Date User Action Args
2011-07-07 22:54:10vstinnersetrecipients: + vstinner, loewis, pitrou
2011-07-07 22:54:10vstinnersetmessageid: <1310079250.24.0.0290880980981.issue12517@psf.upfronthosting.co.za>
2011-07-07 22:54:09vstinnerlinkissue12517 messages
2011-07-07 22:54:09vstinnercreate