commit | 281945f42720e61bd4c373b37e379713b8a10037 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue May 28 16:27:08 2013 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue May 28 16:27:08 2013 +0300 |
tree | 673c51692f683f3971930fddb62d8e6d556207fc | |
parent | 5758fa78d0af2ca4cbbb819797372d055bb7faa1 [diff] | |
parent | 37a79a12d1a9c337e0a8f7a12f11600c44be824f [diff] |
Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw stream's read() returns more bytes than requested.