]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952) (GH...
authorŁukasz Langa <lukasz@langa.pl>
Fri, 31 Oct 2025 16:05:53 +0000 (17:05 +0100)
committerGitHub <noreply@github.com>
Fri, 31 Oct 2025 16:05:53 +0000 (17:05 +0100)
commit2e6150adccaaf5bd95d4c19dfd04a36e0b325d8c
treeb19c535ace29b1f7c99f76a3af9610cb457a4fd9
parent798eaca6659f21dda2ea90e65b99ce9d2a1d4128
[3.9] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952) (GH-140839)

(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]