]> granicus.if.org Git - python/commit
Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 3 Feb 2013 15:03:31 +0000 (17:03 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 3 Feb 2013 15:03:31 +0000 (17:03 +0200)
commit94dc6736bd4a72e9af36d4df1c337bd0db5fd69c
tree60540d3aa3d7a675c254b3b03541953422758e69
parent028915e6ea331a90edc263e7894dc02785048449
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).
Lib/test/test_io.py
Misc/NEWS
Modules/_io/textio.c