[issue19506] subprocess.communicate() should use a memoryview

Roundup Robot report at bugs.python.org
Sun Dec 8 04:15:11 CET 2013


Roundup Robot added the comment:

New changeset 44948f5bdc12 by Gregory P. Smith in branch '3.3':
Fixes issue #19506: Use a memoryview to avoid a data copy when piping data
http://hg.python.org/cpython/rev/44948f5bdc12

New changeset 5379bba2fb21 by Gregory P. Smith in branch 'default':
Fixes issue #19506: Use a memoryview to avoid a data copy when piping data
http://hg.python.org/cpython/rev/5379bba2fb21

----------
nosy: +python-dev

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


More information about the Python-bugs-list mailing list