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 pitrou, sbt
Date 2012-08-22.10:57:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345632821.3392.0.camel@localhost.localdomain>
In-reply-to <1345630092.23.0.0120406314501.issue15758@psf.upfronthosting.co.za>
Content
> Alternative patch (readall-chunks.patch) which delegates to
> RawIOBase.readall() if the file cannot be stat-ed or appears to have
> size zero.

It seems we could do both (fix the resizing logic, and fallback on
chunks if the size is unknown).
History
Date User Action Args
2012-08-22 10:57:02pitrousetrecipients: + pitrou, sbt
2012-08-22 10:57:01pitroulinkissue15758 messages
2012-08-22 10:57:00pitroucreate