[issue32458] test_asyncio: test_start_tls_server_1() fails randomly

STINNER Victor report at bugs.python.org
Mon May 28 16:41:58 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:

While Yury seems unable to reproduce the bug, it's easy for me to reproduce it on Linux. After 2 hours of debugging, I found the root issue: a race condition not in the test, but in asyncio itself! => bpo-33674 "asyncio: race condition in SSLProtocol".

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue32458>
_______________________________________


More information about the Python-bugs-list mailing list