8000 gh-106554: Replace `_BaseSelectorImpl._key_from_fd` with a simple `get` by bdraco · Pull Request #106555 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content
Prev Previous commit
Next Next commit
Update Misc/NEWS.d/next/Library/2023-07-09-01-59-24.gh-issue-106554.3…
…7c53J.rst
  • Loading branch information
bdraco authored Jul 12, 2023
commit 2921723261e90450feba4484f4c420a885e36c9e
Original file line number Diff line number Diff line change
@@ -1 +1 @@
Reduce selector overhead by switching `SelectSelector` to use a `dict` `.get()` for `fd`s
Reduce selector overhead by switching ``SelectSelector`` to use a ``dict`` ``.get()`` for ``fd``s
0