]> granicus.if.org Git - python/commit
bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514)
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 19 Mar 2017 17:25:29 +0000 (19:25 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Mar 2017 17:25:29 +0000 (19:25 +0200)
commita5af6e1af77ee0f9294c5776478a9c24d9fbab94
treef4c9791260db737fea9da4f415d9facad9c96ae1
parent77ed11552da3e01dd235b7d68988076866b1f604
bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514)
Lib/test/test_fileio.py
Lib/test/test_io.py
Misc/NEWS
Modules/_io/bufferedio.c
Modules/_io/fileio.c
Modules/_io/textio.c