]> granicus.if.org Git - python/commit
[3.6] bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (GH-3201) (...
authorOren Milman <orenmn@gmail.com>
Sat, 26 Aug 2017 17:29:40 +0000 (20:29 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Sat, 26 Aug 2017 17:29:40 +0000 (20:29 +0300)
commit9bcbc6cba385a83cac8f1ff430cad7617184d2bc
tree93788d8c91a855ce70ac39d466cd2dc9e8633918
parent8e67981fc8e1bf3cb9774b5fbf4a39b8d65ba4ff
[3.6] bpo-31271: Fix an assertion failure in io.TextIOWrapper.write. (GH-3201) (#3209)

(cherry picked from commit a5b4ea15b61e3f3985f4f0748a18f8b888a63532)
Lib/test/test_io.py
Misc/NEWS.d/next/Core and Builtins/2017-08-25-20-43-22.bpo-31271.YMduKF.rst [new file with mode: 0644]
Modules/_io/textio.c