[issue17839] base64 module should use memoryview

Serhiy Storchaka report at bugs.python.org
Fri Apr 26 16:52:47 CEST 2013


Serhiy Storchaka added the comment:

Not only memoryview should be supported, but any class which supports the buffer protocol and is C-contiguous (i.e. array.array).

----------
nosy: +serhiy.storchaka

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


More information about the Python-bugs-list mailing list