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
SSLContext infinite recursion in Python 3.6 #903
Comments
|
I believe you're using gevent 1.1, yes? Please use gevent 1.2a1 or newer on Python 3.6. |
|
I tried running on 1.2a1 and it worked. My bad, thank you @jamadden! |
|
Now that python3.6 is released, should we re-open this ticket until gevent >1.2 becomes default pip install? As it stands the "stable" 3.6 standard library with a default setup is not usable with https urls. |
|
gevent 1.2 was released the same day as 3.6. |
|
Ah thanks @jamadden, it looks like I mistakenly thought |
The issue is this method in
python/ssl.py.It fails when using for example
requestslibrary:The text was updated successfully, but these errors were encountered: