[issue42941] Infinite loop in asyncio sslproto

2022-03-17 Thread Andrew Svetlov
Andrew Svetlov added the comment: sslproto was rewritten from scratch in Python 3.11 -- resolution: -> out of date stage: patch review -> resolved status: open -> closed ___ Python tracker

[issue42941] Infinite loop in asyncio sslproto

2021-01-16 Thread Roundup Robot
Change by Roundup Robot : -- keywords: +patch nosy: +python-dev nosy_count: 3.0 -> 4.0 pull_requests: +23053 stage: -> patch review pull_request: https://github.com/python/cpython/pull/24230 ___ Python tracker

[issue42941] Infinite loop in asyncio sslproto

2021-01-16 Thread Hingyuen Lam
New submission from Hingyuen Lam : There is an infinite loop in feed_appdata() of sslproto.py. The OpenSSL documents said when some fatal I/O error occurred, SSL_ERROR_SYSCALL is returned and no further I/O operations should be performed. This error is ignored in the exception handling of