]> 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:27:08 +0000 (16:27 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Tue, 28 May 2013 13:27:08 +0000 (16:27 +0300)
commit281945f42720e61bd4c373b37e379713b8a10037
tree673c51692f683f3971930fddb62d8e6d556207fc
parent5758fa78d0af2ca4cbbb819797372d055bb7faa1
parent37a79a12d1a9c337e0a8f7a12f11600c44be824f
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