]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.14] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952) (GH...
authorŁukasz Langa <lukasz@langa.pl>
Fri, 31 Oct 2025 16:43:23 +0000 (17:43 +0100)
committerGitHub <noreply@github.com>
Fri, 31 Oct 2025 16:43:23 +0000 (17:43 +0100)
commit631ba3407e3348ccd56ce5160c4fb2c5dc5f4d84
tree5f74d09c6d5ae49960779add1fa85566ba8d13aa
parent89818a5939b3783073e284d90b9e508728e8c186
[3.14] gh-136065: Fix quadratic complexity in os.path.expandvars() (GH-134952) (GH-140844)

(cherry picked from commit f029e8db626ddc6e3a3beea4eff511a71aaceb5c)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
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]