[issue30527] PyMemoryView_FromBuffer memory leak

Stefan Krah report at bugs.python.org
Wed May 31 13:35:17 EDT 2017


Stefan Krah added the comment:

Sorry, actually I wasn't totally clear:  The exporting object just needs a getbufferproc() that can respond to buffer requests and keeps track of how many views are exported.

"View in the object" is misleading and not necessary; it can be used for some advanced stuff.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30527>
_______________________________________


More information about the Python-bugs-list mailing list