]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22691)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 20 Oct 2020 01:40:01 +0000 (18:40 -0700)
committerGitHub <noreply@github.com>
Tue, 20 Oct 2020 01:40:01 +0000 (18:40 -0700)
commite43bee7e114ec361efde34f4b546f984574e6653
tree128bb21bd9bd93607a335c7a335ff8fdce305fea
parent72ce82abcf9051b18a05350936de7ecab7306662
bpo-38912: fix close before connect callback in test_asyncio SSL tests (GH-22691)

Reduces the rate at which the ENV CHANGED failure occurs in test_asyncio SSL tests (due to unclosed transport), but does not 100% resolve it.
(cherry picked from commit de73d432bb29f6439f2db16cb991e15e09c70c26)

Co-authored-by: Justin Turner Arthur <justinarthur@gmail.com>
Lib/test/test_asyncio/test_events.py
Misc/ACKS