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 jcon, kermode, mark.dickinson, ncoghlan, petri.lehtinen, pitrou, pv, rupole, skrah, teoliphant
Date 2011-06-27.17:21:58
SpamBayes Score 0.006913614
Marked as misclassified No
Message-id <20110627192156.5a45af20@msiwind>
In-reply-to <1309180676.88.0.541176207355.issue10181@psf.upfronthosting.co.za>
Content
Le Mon, 27 Jun 2011 13:17:57 +0000,
Nick Coghlan <report@bugs.python.org> a écrit :
> 
> The TL;DR version of the above is that I would like to see it become:
> 
> typedef struct {
>     PyObject_HEAD
>     PyManagedBuffer source_data; // shared read-only Py_buffer access
>     Py_buffer view;  // shape, strides, etc potentially modified
> } PyMemoryViewObject;

Looks ok to me.
(well, acceptable anyway)
History
Date User Action Args
2011-06-27 17:21:59pitrousetrecipients: + pitrou, teoliphant, mark.dickinson, ncoghlan, rupole, kermode, pv, skrah, jcon, petri.lehtinen
2011-06-27 17:21:58pitroulinkissue10181 messages
2011-06-27 17:21:58pitroucreate