This repository has been archived by the owner. It is now read-only.
Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upDon't pass ssl certivicate error to loop.call_exception_handler() #404
Comments
Do you want to fix this before 3.6 b2? |
@asvetlov ping |
1 similar comment
@asvetlov ping |
asvetlov
added a commit
that referenced
this issue
Nov 11, 2016
Don't pass ssl certivicate error to loop.call_exception_handler() Handle ssl.CertificateError only because ssl.SSLError may be raised not only on connection establishment.
Open
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
The following code prints uncaught handler exception but shouldn't
Exception is raised, everything is correct except printing non-catched exception in SSL protocol callback.
With
PYTHONASYNCIODEBUG
enabled the output is: