]> granicus.if.org Git - python/commit
[3.6] bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918). (GH...
authorZackery Spytz <zspytz@gmail.com>
Fri, 29 Jun 2018 19:30:07 +0000 (13:30 -0600)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 29 Jun 2018 19:30:07 +0000 (22:30 +0300)
commitd6a283b37b66ecd2d0ff43602ddc8e91b54a51c5
tree80de5b2d05753476ff76a50de7bae64bd94db84b
parenta73027918a659ca69480a7e023d3838e2601ce6d
[3.6] bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918). (GH-8012)

(cherry picked from commit 23db935bcf258657682e66464bf8512def8af830)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Lib/_pyio.py
Lib/test/test_io.py
Misc/NEWS.d/next/Core and Builtins/2017-10-07-10-13-15.bpo-25862.FPYBA5.rst [new file with mode: 0644]
Modules/_io/textio.c