commit | 94dc6736bd4a72e9af36d4df1c337bd0db5fd69c | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Feb 03 17:03:31 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Feb 03 17:03:31 2013 +0200 |
tree | 60540d3aa3d7a675c254b3b03541953422758e69 | |
parent | 028915e6ea331a90edc263e7894dc02785048449 [diff] |
Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying stream or a decoder produces data of an unexpected type (i.e. when io.TextIOWrapper initialized with text stream or use bytes-to-bytes codec).