[issue17839] base64 module should use memoryview

Antoine Pitrou report at bugs.python.org
Sat Apr 27 13:28:42 CEST 2013


Antoine Pitrou added the comment:

Yes, this should probably be done the other way around: wrap the base64 argument in a memoryview, and encode/decode from it.

----------
nosy: +pitrou

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


More information about the Python-bugs-list mailing list