]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-30064: Fix asyncio loop.sock_* race condition issue (GH-20369)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 27 May 2020 20:39:03 +0000 (13:39 -0700)
committerGitHub <noreply@github.com>
Wed, 27 May 2020 20:39:03 +0000 (13:39 -0700)
commit3a2667d91e33493ccde113ddf5092afefc3c89fa
treecb75dad8dd392114f780a5d4ed7ab650ad0b1726
parentc011d1b5be65bb6be52de4d311b21a464fe7b0dd
bpo-30064: Fix asyncio loop.sock_* race condition issue (GH-20369)

(cherry picked from commit 210a137396979d747c2602eeef46c34fc4955448)

Co-authored-by: Fantix King <fantix.king@gmail.com>
Lib/asyncio/selector_events.py
Lib/test/test_asyncio/test_sock_lowlevel.py
Misc/NEWS.d/next/Library/2020-05-25-11-52-23.bpo-30064.6CICsH.rst [new file with mode: 0644]