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 larry
Recipients Matt.Mackall, benjamin.peterson, brett.cannon, eric.smith, ezio.melotti, josh.r, larry, loewis, ncoghlan, pitrou
Date 2014-04-15.20:15:49
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1397592949.32.0.10130835763.issue21199@psf.upfronthosting.co.za>
In-reply-to
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.
History
Date User Action Args
2014-04-15 20:15:49larrysetrecipients: + larry, loewis, brett.cannon, ncoghlan, pitrou, eric.smith, benjamin.peterson, ezio.melotti, Matt.Mackall, josh.r
2014-04-15 20:15:49larrysetmessageid: <1397592949.32.0.10130835763.issue21199@psf.upfronthosting.co.za>
2014-04-15 20:15:49larrylinkissue21199 messages
2014-04-15 20:15:49larrycreate