]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 28 May 2013 13:24:45 +0000 (16:24 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 28 May 2013 13:24:45 +0000 (16:24 +0300)
commit37a79a12d1a9c337e0a8f7a12f11600c44be824f
tree5934412b8dd1754b4f959c3011284114e1bfe686
parent12516e2c1b6dc577ea57ba45780637092afec671
Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw
stream's read() returns more bytes than requested.
Lib/test/test_io.py
Misc/NEWS
Modules/_io/bufferedio.c