]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514)...
authorSerhiy Storchaka <storchaka@gmail.com>
Sun, 19 Mar 2017 22:51:16 +0000 (00:51 +0200)
committerGitHub <noreply@github.com>
Sun, 19 Mar 2017 22:51:16 +0000 (00:51 +0200)
commit08612ed6a91003cdba7617dee7787c26495c50d9
tree0fb7999cb2703c4eee4462bd5d8addcebc5f741c
parentbb67f10179011c50805a942cb6f2701c84854888
bpo-25455: Fixed crashes in repr of recursive buffered file-like objects. (#514) (#727)

(cherry picked from commit a5af6e1af77ee0f9294c5776478a9c24d9fbab94)
Lib/test/test_fileio.py
Lib/test/test_io.py
Misc/NEWS
Modules/_io/bufferedio.c
Modules/_io/fileio.c
Modules/_io/textio.c