]> granicus.if.org Git - python/commit
Issue #9757: memoryview objects get a release() method to release the
authorAntoine Pitrou <solipsis@pitrou.net>
Thu, 9 Sep 2010 12:59:39 +0000 (12:59 +0000)
committerAntoine Pitrou <solipsis@pitrou.net>
Thu, 9 Sep 2010 12:59:39 +0000 (12:59 +0000)
commit6e6cc830c4968f040ded1e474db86a9aeb37c33e
tree4d374c13135309484270452752e97135055d78e0
parentbad3c88094f43f3bc7dcce22f47b8c2a8dddabcf
Issue #9757: memoryview objects get a release() method to release the
underlying buffer (previously this was only done when deallocating the
memoryview), and gain support for the context management protocol.
Doc/library/stdtypes.rst
Lib/test/test_memoryview.py
Misc/NEWS
Objects/memoryobject.c