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 ncoghlan
Recipients gvanrossum, ncoghlan, pitrou
Date 2010-09-07.13:28:16
SpamBayes Score 8.4908424e-05
Marked as misclassified No
Message-id <1283866098.44.0.252822502358.issue9789@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for that link. Compared to what either of us managed in the original thread, I think my first post here better articulates why the ability to explicitly release the buffer is important - not because of general memory usage, but because the object owning the buffer (e.g. a BytesIO instance) may behave differently while the buffer reference exists.

It wasn't until I saw the actual getbuffer() patch on python-checkins that this rationale actually clicked for me.
History
Date User Action Args
2010-09-07 13:28:18ncoghlansetrecipients: + ncoghlan, gvanrossum, pitrou
2010-09-07 13:28:18ncoghlansetmessageid: <1283866098.44.0.252822502358.issue9789@psf.upfronthosting.co.za>
2010-09-07 13:28:16ncoghlanlinkissue9789 messages
2010-09-07 13:28:16ncoghlancreate