]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-118761: Speedup pathlib import by deferring shutil (#123520)
authorDaniel Hollas <daniel.hollas@bristol.ac.uk>
Sun, 1 Sep 2024 14:44:48 +0000 (15:44 +0100)
committerGitHub <noreply@github.com>
Sun, 1 Sep 2024 14:44:48 +0000 (15:44 +0100)
commit2304774465f3faddd8102d729ae6d3ca7e9cff49
tree5d4ac55ce629751c4573b358e8fb9fb86aa06b2e
parent42a818912bdb367c4ec2b7d58c18db35f55ebe3b
gh-118761: Speedup pathlib import by deferring shutil (#123520)

Co-authored-by: blurb-it[bot] <43283697+blurb-it[bot]@users.noreply.github.com>
Co-authored-by: Hugo van Kemenade <1324225+hugovk@users.noreply.github.com>
Lib/pathlib/_local.py