[New-bugs-announce] [issue35210] Use bytes + memoryview + resize instead of bytesarray + array in io.RawIOBase.read

tzickel report at bugs.python.org
Sat Nov 10 12:23:52 EST 2018


New submission from tzickel <icebreak at yahoo.com>:

There was a TODO in the code about this:

https://github.com/python/cpython/blob/e42b705188271da108de42b55d9344642170aa2b/Modules/_io/iobase.c#L909

----------
components: IO
messages: 329629
nosy: tzickel
priority: normal
severity: normal
status: open
title: Use bytes + memoryview + resize instead of bytesarray + array in io.RawIOBase.read
type: performance
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35210>
_______________________________________


More information about the New-bugs-announce mailing list