]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143658: Use `str.lower` and `replace` to further improve performance of `importlib...
authorHugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Fri, 6 Feb 2026 17:38:58 +0000 (19:38 +0200)
committerGitHub <noreply@github.com>
Fri, 6 Feb 2026 17:38:58 +0000 (19:38 +0200)
commit28fb13cb33d569720938258db68956b5f9c9eb40
treeaaab7099a29848c83f6b378cd767f5d9e7940c6c
parent25e99b375d959d2a2eb78d25f592a68455532c9a
gh-143658: Use `str.lower` and `replace` to further improve performance of `importlib.metadata.Prepared.normalized` (#144083)

Co-authored-by: Henry Schreiner <henryschreineriii@gmail.com>
Lib/importlib/metadata/__init__.py
Misc/NEWS.d/next/Library/2026-01-20-20-54-46.gh-issue-143658.v8i1jE.rst [new file with mode: 0644]