Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

On CPython, TLSListener.handle_handshake_error on asyncio logs "NoneType: None" instead of the error #608

Closed
2 tasks done
gschaffner opened this issue Aug 30, 2023 · 0 comments · Fixed by #609
Closed
2 tasks done
Labels
bug Something isn't working

Comments

@gschaffner
Copy link
Collaborator

gschaffner commented Aug 30, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant