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
remove eventlet: deprecated, maintenance mode only
Project is on "life support" with no new feature development.
Compatibility issues with Python 3.10+. Use gevent instead.
Co-Authored-By: Claude Opus 4.5 <[email protected]>
*[concurrent.futures](https://docs.python.org/3/library/concurrent.futures.html) - (Python standard library) A high-level interface for asynchronously executing callables.
153
-
*[eventlet](https://github.com/eventlet/eventlet) - Asynchronous framework with WSGI support.
154
153
*[gevent](https://github.com/gevent/gevent) - A coroutine-based Python networking library that uses [greenlet](https://github.com/python-greenlet/greenlet).
155
154
*[multiprocessing](https://docs.python.org/3/library/multiprocessing.html) - (Python standard library) Process-based parallelism.
156
155
*[trio](https://github.com/python-trio/trio) - A friendly library for async concurrency and I/O.
0 commit comments