-
-
Notifications
You must be signed in to change notification settings - Fork 32.4k
Closed
Labels
type-featureA feature request or enhancementA feature request or enhancement
Description
selector _BaseSelectorImpl._key_from_fd
reimplements .get()
Line 275 in da98ed0
def _key_from_fd(self, fd): |
This internal method isn't documented https://docs.python.org/3/library/selectors.html which means it likely can be replaced with .get()
which would reduce runtime in the select loops
Linked PRs
Metadata
Metadata
Assignees
Labels
type-featureA feature request or enhancementA feature request or enhancement