Martin Panter added the comment:

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.

----------
components: +IO
nosy: +martin.panter

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue15994>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to