Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
Closed
Description
selector_BaseSelectorImpl._key_from_fd reimplements.get()
Line 275 inda98ed0
| def_key_from_fd(self,fd): |
This internal method isn't documentedhttps://docs.python.org/3/library/selectors.html which means it likely can be replaced with.get() which would reduce runtime in the select loops

