On CPython, TLSListener.handle_handshake_error
on asyncio logs "NoneType: None"
instead of the error
#608
Closed
2 tasks done
Labels
bug
Something isn't working
Things to check first
I have searched the existing issues and didn't find my bug already reported there
I have checked that my bug is still present in the latest release
AnyIO version
5f208ee
Python version
CPython 3.11.5
What happened?
on CPython (but not PyPy),
TLSListener.handle_handshake_error
on asyncio (but not Trio) logs"NoneType: None"
instead of the error.i believe this is due to python/cpython#108668.
How can we reproduce the bug?
40fd355
The text was updated successfully, but these errors were encountered: