]> 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:09:17 +0000 (17:09 +0200)
committerSerhiy Storchaka <storchaka@gmail.com>
Sun, 3 Feb 2013 15:09:17 +0000 (17:09 +0200)
commitcce1b8eda8b697e68cb7233332f110a6a7a684a2
tree10c6e87725f5bf41fd5a990dea7146de77624c39
parentcd50108341ca4a8e78bf57f2b64b02f7526e8166
parentd03ce4ae3d71ba84e1e30cf0cf221ec89ad5aa67
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