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 martin.panter
Recipients Arfrever, BreamoreBoy, christian.heimes, jcea, martin.panter, sbt
Date 2015-10-31.05:30:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1446269426.78.0.428256888299.issue15994@psf.upfronthosting.co.za>
In-reply-to
Content
Saving a reference to the overall buffered reader is probably not good enough. I think the buffer is freed when close() is called, so a reference to this internal buffer would need to be saved instead (or as well). Unless we stop having close() free the buffer.
History
Date User Action Args
2015-10-31 05:30:26martin.pantersetrecipients: + martin.panter, jcea, christian.heimes, Arfrever, BreamoreBoy, sbt
2015-10-31 05:30:26martin.pantersetmessageid: <1446269426.78.0.428256888299.issue15994@psf.upfronthosting.co.za>
2015-10-31 05:30:26martin.panterlinkissue15994 messages
2015-10-31 05:30:26martin.pantercreate