]> granicus.if.org Git - python/commit
Issue #23099: Closing io.BytesIO with exported buffer is rejected now to
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 3 Feb 2015 00:00:18 +0000 (02:00 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 3 Feb 2015 00:00:18 +0000 (02:00 +0200)
commitc057c3859c68f2e86c7a492ae8f8b4b3a3b136c8
treeb3002ee88ef675225cec5abe608ab934aefc6ae4
parentb5e8e5755586820a278326e2aa55b8ff755f0a59
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