commit | 6e6cc830c4968f040ded1e474db86a9aeb37c33e | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Thu Sep 09 12:59:39 2010 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Thu Sep 09 12:59:39 2010 +0000 |
tree | 4d374c13135309484270452752e97135055d78e0 | |
parent | bad3c88094f43f3bc7dcce22f47b8c2a8dddabcf [diff] |
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.