[issue23099] BytesIO and StringIO values unavailable when closed

Serhiy Storchaka report at bugs.python.org
Tue Dec 23 08:26:17 CET 2014


Serhiy Storchaka added the comment:

Here is a patch which rejects close() when a buffer is exported.

----------
keywords: +patch
stage:  -> patch review
versions: +Python 2.7, Python 3.5
Added file: http://bugs.python.org/file37531/bytesio_exported_reject_close.patch

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue23099>
_______________________________________


More information about the Python-bugs-list mailing list