[New-bugs-announce] [issue15903] Make rawiobase_read() read directly to bytes object

Richard Oudkerk report at bugs.python.org
Mon Sep 10 14:23:03 CEST 2012


New submission from Richard Oudkerk:

Currently rawiobase_read() reads to a bytearray object and then copies the data to a bytes object.

There is a TODO comment saying that the bytes object should be created directly.  The attached patch does that.

----------
files: iobase_read.patch
keywords: patch
messages: 170183
nosy: sbt
priority: normal
severity: normal
status: open
title: Make rawiobase_read() read directly to bytes object
Added file: http://bugs.python.org/file27166/iobase_read.patch

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


More information about the New-bugs-announce mailing list