[issue33674] asyncio: race condition in SSLProtocol

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


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

loop.start_tls() method is new in Python 3.7. If possible, I would prefer to not see it with a builtin race condition, since such race condition is really hard to debug :-( So I raise the priority to release blocker. Sorry again Ned!

----------
nosy: +ned.deily
priority: normal -> release blocker

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


More information about the Python-bugs-list mailing list