]> granicus.if.org Git - python/commit
bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 29 Jun 2018 10:34:34 +0000 (03:34 -0700)
committerGitHub <noreply@github.com>
Fri, 29 Jun 2018 10:34:34 +0000 (03:34 -0700)
commiteabebbb54c2604fd8d08e8019ea1be634aed8c2f
tree753a4129f0ff70097c60b461f916f230352d747b
parentd0b442803ad4ba66b0bdb3cf183179d4c9a56f06
bpo-25862: Fix assertion failures in io.TextIOWrapper.tell(). (GH-3918)

(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