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, kristjan.jonsson, mark.dickinson, ncoghlan, paul.moore, petri.lehtinen, pitrou, pv, rupole, skrah, teoliphant, vstinner
Date 2012-01-29.17:19:05
SpamBayes Score 7.3243314e-07
Marked as misclassified No
Message-id <1327857406.3635.0.camel@localhost.localdomain>
In-reply-to <20120129124041.GA6202@sleipnir.bytereef.org>
Content
> Of course this could also be exposed as a function, e.g.:
> 
>    /* stealing a reference to bytes */
>    PyMemoryView_FromBytesAndInfo(PyObject *bytes, Py_buffer *info);

I think we should minimize the number of reference-stealing functions.

> So let's make the flags private. What do you prefer?

I don't really mind, whatever you think is best :)
History
Date User Action Args
2012-01-29 17:19:06pitrousetrecipients: + pitrou, teoliphant, paul.moore, mark.dickinson, ncoghlan, rupole, kristjan.jonsson, vstinner, pv, skrah, jcon, petri.lehtinen
2012-01-29 17:19:05pitroulinkissue10181 messages
2012-01-29 17:19:05pitroucreate