Roger Upole <rup...@hotmail.com> added the comment:

While on the subject, the docs for PyMemoryView_FromBuffer state that the 
resulting memoryview takes ownership of the Py_buffer struct and is responsible 
for freeing any associated memory.  It does not do so, which is not surprising. 
 The absence of a standard for allocation makes it absolutely impossible for it 
to do so safely.

----------

_______________________________________
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