Skip to content
Prev Previous commit
Update Misc/NEWS.d/next/Library/2023-07-09-01-59-24.gh-issue-106554.3…
…7c53J.rst
  • Loading branch information
methane authored Jul 14, 2023
commit d80ae26980f400352f92521965eed7ad223ead2a
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Reduce selector overhead by switching ``SelectSelector`` to use a ``dict`` ``.get()`` to lookup file descriptors.
:mod:`selectors`: Reduce Selector overhead by using a ``dict.get()`` to lookup file descriptors.