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 upFix for #404 #460
Fix for #404 #460
Conversation
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.
Fixes #404 |
Updating |
|
Makes sense. Would you be able to write a unittest for this? |
@asvetlov If you want this in 3.6.1 you need to add a unittest and resubmit this PR to python/cpython today. |
AraHaan
commented
Mar 2, 2017
•
@1st1 ok, so 3.6.1 is going out after today? btw would it also include the latest version of zlib as well because it has updated a to version above 1.2.8 this year to fix bugs and stuff. |
Yes. Re zlib - not sure, please check on GH or bugs.python.org or python-dev mailing list. |
AraHaan
commented
Mar 3, 2017
•
hmm, from the looks on http://svn.python.org/projects/external/ I only see it having zlib v1.2.3 But I could have sworn python 3.6.0 was using 1.2.8. Will look at bugs.python.org or the python-dev irc channel. |
AraHaan
commented
Nov 19, 2017
@1st1 It looks like this repo was not marked as |
decaz
commented
Nov 22, 2017
@asvetlov are you going to resubmit this PR to python/cpython ? I hope it's not abandoned. |
asvetlov commentedNov 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.
@1st1 please take a look