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 pitrou
Recipients Matt.Mackall, benjamin.peterson, brett.cannon, eric.smith, ezio.melotti, josh.r, larry, loewis, ncoghlan, pitrou
Date 2014-04-15.21:24:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <534DA371.5060701@free.fr>
In-reply-to <1397592949.32.0.10130835763.issue21199@psf.upfronthosting.co.za>
Content
> I don't think we can fix this. file_read returns a str, and str can
have at most SSIZE_T_MAX entries. So, file_read could read size_t
characters, but it couldn't return them.

But at least it could read more than LONG_MAX characters.
History
Date User Action Args
2014-04-15 21:24:04pitrousetrecipients: + pitrou, loewis, brett.cannon, ncoghlan, larry, eric.smith, benjamin.peterson, ezio.melotti, Matt.Mackall, josh.r
2014-04-15 21:24:04pitroulinkissue21199 messages
2014-04-15 21:24:04pitroucreate