You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid crashing python when encountering a CertificateError
The code was wrong because of a rogue "whitespace" in the if, and
overriding the attribute of ssl module that was already defined, could
result in segfaults of python.
0 commit comments