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

[4.3] Use selectors.DefaultSelector over select.select #605

Merged
merged 1 commit into from
Oct 20, 2021

Commits on Oct 19, 2021

  1. Use selectors.DefaultSelector over select.select

    select.select, while being available on many platforms has the drawback of not
    being very modern. On some Linux systems, for instance, it is limited to 1024
    open file descriptors. Python offers a nice wrapper to choose the best way for
    each OS to poll sockets named selectors.DefaultSelector.
    robsdedude committed Oct 19, 2021
    Configuration menu
    Copy the full SHA
    ce8fb1d View commit details
    Browse the repository at this point in the history