]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #23099: Closing io.BytesIO with exported buffer is rejected now to
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 3 Feb 2015 07:30:51 +0000 (09:30 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 3 Feb 2015 07:30:51 +0000 (09:30 +0200)
commit32ca3dcb97a75c05dc2b90c88bbf82a541c57c61
tree60e9b695fbc4017a34f2202beef337eb01c347db
parent7a27c97216ef1a71bc26a559d7331523875a0c6f
parentc057c3859c68f2e86c7a492ae8f8b4b3a3b136c8
Issue #23099: Closing io.BytesIO with exported buffer is rejected now to
prevent corrupting exported buffer.
Doc/library/io.rst
Lib/_pyio.py
Lib/test/test_memoryio.py
Misc/NEWS
Modules/_io/bytesio.c