[issue13797] Allow objects implemented in pure Python to export PEP 3118 buffers

Nick Coghlan report at bugs.python.org
Mon Jan 16 12:47:46 CET 2012


Nick Coghlan <ncoghlan at gmail.com> added the comment:

Reviewing Stefan's work on #10181 suggests to me that option 3 is the only feasible approach.

(Allowing memoryview subclasses will permit types to pass their own state between __getbuffer__ and __releasebuffer__)

----------

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


More information about the Python-bugs-list mailing list