]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.7] bpo-37035: Don't log OSError (GH-13548) (#13594)
authorAndrew Svetlov <andrew.svetlov@gmail.com>
Mon, 27 May 2019 15:52:05 +0000 (18:52 +0300)
committerGitHub <noreply@github.com>
Mon, 27 May 2019 15:52:05 +0000 (18:52 +0300)
commita79b6c578fcd2ea8be29440fdd8a998e5527200f
tree1110f739cb39a308893a6de93c16f41bc493b67c
parentbfd0b7720196b9ff647cc33dafbd31a04496402c
[3.7] bpo-37035: Don't log OSError (GH-13548) (#13594)

https://bugs.python.org/issue37035.
(cherry picked from commit 1f39c28e489cca0397fc4c3675d13569318122ac)

Co-authored-by: Andrew Svetlov <andrew.svetlov@gmail.com>
Lib/asyncio/base_events.py
Lib/asyncio/proactor_events.py
Lib/asyncio/selector_events.py
Lib/asyncio/sslproto.py
Lib/asyncio/unix_events.py
Lib/test/test_asyncio/test_selector_events.py
Lib/test/test_asyncio/test_unix_events.py
Misc/NEWS.d/next/Library/2019-05-24-18-16-07.bpo-37035.HFbJVT.rst [new file with mode: 0644]