[issue37404] asyncio sock_recv blocks on ssl sockets.

Christian Heimes report at bugs.python.org
Mon Dec 9 08:52:06 EST 2019


Christian Heimes <lists at cheimes.de> added the comment:

The patch broke Python builds without ssl support and caused a minor performance regression in hot paths. I changed the code to only perform the check in debug mode.

----------
resolution: fixed -> 
stage: resolved -> patch review
status: closed -> open

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


More information about the Python-bugs-list mailing list