commit | 354d50ee37f2c7e96812a2824b5e899cfd5ee3b1 | [log] [tgz] |
---|---|---|
author | Serhiy Storchaka <storchaka@gmail.com> | Sun Feb 03 17:10:42 2013 +0200 |
committer | Serhiy Storchaka <storchaka@gmail.com> | Sun Feb 03 17:10:42 2013 +0200 |
tree | b26241769c6009b2df5c6a01631f24d4d2e0e767 | |
parent | cc23cc672ff9164900b717bcc7f6484c03328bc0 [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).