commit | 37a79a12d1a9c337e0a8f7a12f11600c44be824f | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Tue May 28 16:24:45 2013 +0300 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Tue May 28 16:24:45 2013 +0300 |
tree | 5934412b8dd1754b4f959c3011284114e1bfe686 | |
parent | 12516e2c1b6dc577ea57ba45780637092afec671 [diff] |
Issue #18025: Fixed a segfault in io.BufferedIOBase.readinto() when raw stream's read() returns more bytes than requested.