]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-106554: replace `_BaseSelectorImpl._key_from_fd` with `dict.get` (#106555)
authorJ. Nick Koston <nick@koston.org>
Fri, 14 Jul 2023 18:46:30 +0000 (08:46 -1000)
committerGitHub <noreply@github.com>
Fri, 14 Jul 2023 18:46:30 +0000 (03:46 +0900)
commitaeef8591e41b68341af308e56a744396c66879cc
tree8523e90bac25c987c79c57aa46b4ba357406d8d5
parent6a70edf24ca217c5ed4a556d0df5748fc775c762
gh-106554: replace `_BaseSelectorImpl._key_from_fd` with `dict.get` (#106555)
Lib/selectors.py
Misc/NEWS.d/next/Library/2023-07-09-01-59-24.gh-issue-106554.37c53J.rst [new file with mode: 0644]