This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients pitrou
Date 2010-09-03.15:11:00
SpamBayes Score 0.0023478197
Marked as misclassified No
Message-id <1283526664.21.0.538599282287.issue9757@psf.upfronthosting.co.za>
In-reply-to
Content
This adds the context manager protocol to memoryview objects, as proposed on python-dev. Once the `with` block has finished, the underlying buffer is released and any operation on the memoryview raises a ValueError.
History
Date User Action Args
2010-09-03 15:11:04pitrousetrecipients: + pitrou
2010-09-03 15:11:04pitrousetmessageid: <1283526664.21.0.538599282287.issue9757@psf.upfronthosting.co.za>
2010-09-03 15:11:02pitroulinkissue9757 messages
2010-09-03 15:11:02pitroucreate