]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #17106: Fix a segmentation fault in io.TextIOWrapper when an underlying
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 3 Feb 2013 15:10:42 +0000 (17:10 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 3 Feb 2013 15:10:42 +0000 (17:10 +0200)
commit354d50ee37f2c7e96812a2824b5e899cfd5ee3b1
treeb26241769c6009b2df5c6a01631f24d4d2e0e767
parentcc23cc672ff9164900b717bcc7f6484c03328bc0
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