]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 31 Oct 2025 13:49:51 +0000 (15:49 +0200)
committerGitHub <noreply@github.com>
Fri, 31 Oct 2025 13:49:51 +0000 (14:49 +0100)
commitf029e8db626ddc6e3a3beea4eff511a71aaceb5c
tree9642dad934c06adf9282bd8fcad3b812d73d8193
parent81cec22a9bd0090bdcf037bd8eafab1d5b58b582
gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952)

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]