Nick Coghlan <ncogh...@gmail.com> added the comment:

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.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10181>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to