]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-33833: Fix ProactorSocketTransport AssertionError (GH-7893)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 30 Jul 2018 20:04:30 +0000 (13:04 -0700)
committerGitHub <noreply@github.com>
Mon, 30 Jul 2018 20:04:30 +0000 (13:04 -0700)
commitd5c75be55504fae1ff510eed66cddbd27bfbdbe2
tree9adca1e9a92be9f8a1ecf8b90f9a038cca5a93c0
parent399b47fdf6346d15579d363ddfd0661eb906699e
bpo-33833: Fix ProactorSocketTransport AssertionError (GH-7893)

(cherry picked from commit 9045199c5aaeac9b52537581be127d999b5944ee)

Co-authored-by: twisteroid ambassador <twisteroidambassador@users.noreply.github.com>
Lib/asyncio/proactor_events.py
Lib/test/test_asyncio/test_proactor_events.py
Misc/NEWS.d/next/Library/2018-06-17-11-46-20.bpo-33833.RnEqvM.rst [new file with mode: 0644]