]> 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:44:05 +0000 (18:44 -0700)
committerGitHub <noreply@github.com>
Tue, 20 Oct 2020 01:44:05 +0000 (18:44 -0700)
commit3faef630a44be2d1ea5516e85e95fef4fd027a95
treeec073a47ab70d0824f52b0e5c6f25b526b743f7a
parent371146a3f8a989964e2a9c0efc7d776815410fac
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