STINNER Victor <vstin...@python.org> added the comment:

I can reproduce the bug on my laptop with the command:

./python -u -m test test_asyncio -m 
test.test_asyncio.test_sslproto.SelectorStartTLSTests.test_start_tls_server_1 
-F -j100

It's a race condition in the test itself, not in asyncio. PR 16815 fix it.

I also got access to Zachary Ware's Gentoo buildbot worker where I can also 
easily reproduce the bug using "... -F -j2".

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue35998>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to