[issue21057] TextIOWrapper does not support reading bytearrays or memoryviews

STINNER Victor report at bugs.python.org
Tue Mar 25 09:26:53 CET 2014


STINNER Victor added the comment:

I'm interested to review a patch, but I'm not sure that read1() can return a type different than bytes. You can use the Py_buffer API for your patch.

----------
nosy: +haypo, pitrou
versions: +Python 3.4

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


More information about the Python-bugs-list mailing list