]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-113892: Add a extra check to `ProactorEventLoop.sock_connect` to ensure...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 1 Jun 2024 16:29:34 +0000 (18:29 +0200)
committerGitHub <noreply@github.com>
Sat, 1 Jun 2024 16:29:34 +0000 (16:29 +0000)
commit55f65156cb0b21a7238d3eda169473daba9f5024
treee304525070f6dfed116092ad7aa0538f4e510bb2
parent34a0e7a8243ce708ae8c61ab213f38e8f882d4dc
[3.12] gh-113892: Add a extra check to `ProactorEventLoop.sock_connect` to ensure that the given socket is in non-blocking mode (GH-119519) (#119913)

(cherry picked from commit cf3bba3f0671d2c9fee099e3ab0f78b98b176131)

Co-authored-by: Kirill Podoprigora <kirill.bast9@mail.ru>
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]