]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-87319: Simplify TemporaryDirectory cleanup using os.path.isjunction() ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 7 Dec 2023 17:17:27 +0000 (18:17 +0100)
committerGitHub <noreply@github.com>
Thu, 7 Dec 2023 17:17:27 +0000 (17:17 +0000)
commit418adf687ff1ccdd56cbc0f91d03936f57bf4c77
treef841670333005c273904f4dc0237aade040d1f6f
parent6ceb8aeda504b079fef7a57b8d81472f15cdd9a5
[3.12] gh-87319: Simplify TemporaryDirectory cleanup using os.path.isjunction() (GH-112791) (GH-112845)

(cherry picked from commit ba18893555bbf69b1da262aaf85d65e4b67e8955)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/tempfile.py