]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-117686: Improve the performance of ntpath.expanduser() (#117690)
authorNice Zombies <nineteendo19d0@gmail.com>
Wed, 10 Apr 2024 08:28:48 +0000 (10:28 +0200)
committerGitHub <noreply@github.com>
Wed, 10 Apr 2024 08:28:48 +0000 (10:28 +0200)
commitf90ff0367271ea474b4ce3c8e2643cb51d188c18
tree171cd734705c44fd983c71ea3987fd896f533834
parent0d42ac9474f857633d00b414c0715f4efa73f1ca
gh-117686: Improve the performance of ntpath.expanduser() (#117690)

Refactor out _get_bothseps() call from the loop.
Lib/ntpath.py
Misc/NEWS.d/3.13.0a6.rst