]> granicus.if.org Git - python/commit
bpo-37960: Silence only necessary errors in repr() of buffered and text streams....
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 29 Aug 2019 08:13:29 +0000 (01:13 -0700)
committerGitHub <noreply@github.com>
Thu, 29 Aug 2019 08:13:29 +0000 (01:13 -0700)
commit102130a63c93fde7bcabbbf4fae1ebce38888981
tree87cca8cb9f7d74436fd7e6710e9995256c82cd11
parent43b7ed77a8224c378b436ad3385733454198be41
bpo-37960: Silence only necessary errors in repr() of buffered and text streams. (GH-15543)

(cherry picked from commit b235a1b47394eedc5f8ea4cf214f56c4c6932e59)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/_pyio.py
Misc/NEWS.d/next/Library/2019-08-27-10-52-13.bpo-37960.CTY7Lw.rst [new file with mode: 0644]
Modules/_io/bufferedio.c
Modules/_io/textio.c