]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113892: Add a extra check to `ProactorEventLoop.sock_connect` to ensure that the...
authorKirill Podoprigora <kirill.bast9@mail.ru>
Sat, 1 Jun 2024 16:05:19 +0000 (19:05 +0300)
committerGitHub <noreply@github.com>
Sat, 1 Jun 2024 16:05:19 +0000 (09:05 -0700)
commitcf3bba3f0671d2c9fee099e3ab0f78b98b176131
tree6229ae9386746b42f84dc0f1dbd15d3efee5ee6c
parentce2ea7d629788fd051cbec099b5947ecbe50e819
gh-113892: Add a extra check to `ProactorEventLoop.sock_connect` to ensure that the given socket is in non-blocking mode (#119519)
Lib/asyncio/proactor_events.py
Lib/test/test_asyncio/test_proactor_events.py
Misc/NEWS.d/next/Library/2024-05-24-21-54-55.gh-issue-113892.JKDFqq.rst [new file with mode: 0644]