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

Recursion error on python310 with gevent #2405

Closed
asyncmind0 opened this issue Feb 11, 2022 · 1 comment
Closed

Recursion error on python310 with gevent #2405

asyncmind0 opened this issue Feb 11, 2022 · 1 comment

Comments

@asyncmind0
Copy link

asyncmind0 commented Feb 11, 2022

UWSGI Version: 2.0.20
Gevent Version: 21.12.0
Eventlet Version: 0.33.0
Python version: 3.10.2, 3.9.10

Both options --gevent-monkey-patch and --gevent-early-monkey-patch were used, but still getting this error.

  File "/usr/local/lib/python3.9/site-packages/urllib3/poolmanager.py", line 375, in urlopen
    response = conn.urlopen(method, u.request_uri, **kw)
  File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 703, in urlopen
    httplib_response = self._make_request(
  File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 386, in _make_request
    self._validate_conn(conn)
  File "/usr/local/lib/python3.9/site-packages/urllib3/connectionpool.py", line 1040, in _validate_conn
    conn.connect()
  File "/usr/local/lib/python3.9/site-packages/urllib3/connection.py", line 397, in connect
    self.ssl_context = create_urllib3_context(
  File "/usr/local/lib/python3.9/site-packages/urllib3/util/ssl_.py", line 312, in create_urllib3_context
    context.options |= options
  File "/usr/local/lib/python3.9/site-packages/eventlet/green/ssl.py", line 458, in options
    super(_original_sslcontext, _original_sslcontext).options.__set__(self, value)
  File "/usr/local/lib/python3.9/ssl.py", line 602, in options
    super(SSLContext, SSLContext).options.__set__(self, value)
  File "/usr/local/lib/python3.9/ssl.py", line 602, in options
    super(SSLContext, SSLContext).options.__set__(self, value)
  File "/usr/local/lib/python3.9/ssl.py", line 602, in options
    super(SSLContext, SSLContext).options.__set__(self, value)
  [Previous line repeated 433 more times]
@asyncmind0
Copy link
Author

closing in favour of eventlet issue eventlet/eventlet#371

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant