]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-145131: difflib.Differ._fancy_replace performance (re-use ratio) (#145133)
authordgpb <3577712+dg-pb@users.noreply.github.com>
Mon, 23 Feb 2026 01:59:40 +0000 (03:59 +0200)
committerGitHub <noreply@github.com>
Mon, 23 Feb 2026 01:59:40 +0000 (19:59 -0600)
commit79f6caf8f1f52788e15c97debd822e99672e5181
treea9100684d56015010ea12b773fbb9f921423745e
parentfd01372d4e509b2cbec708adcf7cdf6f7c1c1298
gh-145131: difflib.Differ._fancy_replace performance (re-use ratio) (#145133)

re-use calculated ratio
Lib/difflib.py