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 kermode, loewis, mark.dickinson, ncoghlan, pitrou, pv, rupole, teoliphant
Date 2011-02-13.19:42:17
SpamBayes Score 2.155501e-05
Marked as misclassified No
Message-id <1297626138.54.0.334471448448.issue10181@psf.upfronthosting.co.za>
In-reply-to
Content
That said:

> Having the memoryview "own" the exported buffer would be a simple
> solution to the above issue.

If you can implement that without exhibing the issues we discussed above (e.g. O(N) memory consumption when doing repetitive slicing), then why not.

Also, thanks for the patch. Please refrain from spurious formatting changes, though.
History
Date User Action Args
2011-02-13 19:42:18pitrousetrecipients: + pitrou, loewis, teoliphant, mark.dickinson, ncoghlan, rupole, kermode, pv
2011-02-13 19:42:18pitrousetmessageid: <1297626138.54.0.334471448448.issue10181@psf.upfronthosting.co.za>
2011-02-13 19:42:17pitroulinkissue10181 messages
2011-02-13 19:42:17pitroucreate