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
For now selectors are only used inside the threaded worker and only work on Python 3. But with #792 and #874 we will need such feature available on python 2.7x as well. So I propose to import the selectors module in the Gunicorn codebase to avoid rewriting another but similar code.
Thoughts?
The text was updated successfully, but these errors were encountered:
For now selectors are only used inside the threaded worker and only work on Python 3. But with #792 and #874 we will need such feature available on python 2.7x as well. So I propose to import the selectors module in the Gunicorn codebase to avoid rewriting another but similar code.
Thoughts?
The text was updated successfully, but these errors were encountered: