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, rupole, teoliphant
Date 2011-01-06.06:14:00
SpamBayes Score 0.0002250095
Marked as misclassified No
Message-id <1294294437.3716.0.camel@localhost.localdomain>
In-reply-to <1294279802.37.0.800965322257.issue10181@psf.upfronthosting.co.za>
Content
> PyMemoryView_FromBuffer should be calling PyObject_Getbuffer on the
> view->obj member (it's one of the things that embedding the reference
> allows, just as it allowed removal of the separate obj argument from
> the PyObject_ReleaseBuffer signature).

One use case is anonymous memory, i.e. view->obj == NULL.
History
Date User Action Args
2011-01-06 06:14:03pitrousetrecipients: + pitrou, loewis, teoliphant, mark.dickinson, ncoghlan, rupole, kermode
2011-01-06 06:14:00pitroulinkissue10181 messages
2011-01-06 06:14:00pitroucreate