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 kermode, loewis, mark.dickinson, ncoghlan, pitrou, pv, rupole, teoliphant
Date 2011-02-14.11:29:13
SpamBayes Score 0.0007353485
Marked as misclassified No
Message-id <1297682956.43.0.797434215545.issue10181@psf.upfronthosting.co.za>
In-reply-to
Content
Another idea we may want to revisit is the PyManagedBuffer concept, which would be a true PyObject that existed solely to simplify sharing of Py_buffer structs.

If memoryview used such an object internally, then copying and slicing would be quite simple - just INCREF the managed buffer instance without letting the original source object know anything was going on.
History
Date User Action Args
2011-02-14 11:29:16ncoghlansetrecipients: + ncoghlan, loewis, teoliphant, mark.dickinson, rupole, kermode, pitrou, pv
2011-02-14 11:29:16ncoghlansetmessageid: <1297682956.43.0.797434215545.issue10181@psf.upfronthosting.co.za>
2011-02-14 11:29:13ncoghlanlinkissue10181 messages
2011-02-14 11:29:13ncoghlancreate