]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952) (GH...
authorŁukasz Langa <lukasz@langa.pl>
Fri, 31 Oct 2025 16:58:09 +0000 (17:58 +0100)
committerGitHub <noreply@github.com>
Fri, 31 Oct 2025 16:58:09 +0000 (17:58 +0100)
commit9ab89c026aa9611c4b0b67c288b8303a480fe742
treee0d379ec75b3aecfbaeb006694a0a24bc436b348
parentc6c57f1a0b963d8174587109dd02003740e03147
[3.13] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952) (GH-140845)

(cherry picked from commit f029e8db626ddc6e3a3beea4eff511a71aaceb5c)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Co-authored-by: Łukasz Langa <lukasz@langa.pl>
Lib/ntpath.py
Lib/posixpath.py
Lib/test/test_genericpath.py
Lib/test/test_ntpath.py
Misc/NEWS.d/next/Security/2025-05-30-22-33-27.gh-issue-136065.bu337o.rst [new file with mode: 0644]