]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-130167: Improve ``difflib.IS_LINE_JUNK`` performance by using string methods ...
authorSemyon Moroz <donbarbos@proton.me>
Thu, 1 May 2025 04:11:36 +0000 (08:11 +0400)
committerGitHub <noreply@github.com>
Thu, 1 May 2025 04:11:36 +0000 (04:11 +0000)
commitbce45bcaf88c579c6fffcc4b20147d60caca5364
tree3508e3f65f60b19a62510fb8b78eaec220eabb41
parentb99d970bcde68543a213a0c2f484b932e77636d1
gh-130167: Improve ``difflib.IS_LINE_JUNK`` performance by using string methods (#130170)

Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com>
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Co-authored-by: Tim Peters <tim.peters@gmail.com>
Lib/difflib.py
Misc/NEWS.d/next/Library/2025-02-16-06-25-01.gh-issue-130167.kUg7Rc.rst [new file with mode: 0644]