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, rupole, teoliphant
Date 2011-01-07.11:22:35
SpamBayes Score 0.00013390362
Marked as misclassified No
Message-id <1294399357.11.0.806422230563.issue10181@psf.upfronthosting.co.za>
In-reply-to
Content
Ah, sorry - no, I misunderstood the question. I think that example actually *is* a bug in the memoryview implementation. The GetBuffer call should use the persistent address (&mview->view) that will be used in the ReleaseBuffer call, as per Antoine's patch on issue 9990.
History
Date User Action Args
2011-01-07 11:22:37ncoghlansetrecipients: + ncoghlan, loewis, teoliphant, mark.dickinson, rupole, kermode, pitrou
2011-01-07 11:22:37ncoghlansetmessageid: <1294399357.11.0.806422230563.issue10181@psf.upfronthosting.co.za>
2011-01-07 11:22:35ncoghlanlinkissue10181 messages
2011-01-07 11:22:35ncoghlancreate