]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.8] gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-99930...
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 17 Jan 2024 13:44:32 +0000 (15:44 +0200)
committerGitHub <noreply@github.com>
Wed, 17 Jan 2024 13:44:32 +0000 (14:44 +0100)
commit02a9259c717738dfe6b463c44d7e17f2b6d2cb3a
tree726354e358095dd4c97ea508bb2998d3e605210c
parent2e1156c562ad09f83596dc234e7ca9e8f938bf93
[3.8] gh-91133: tempfile.TemporaryDirectory: fix symlink bug in cleanup (GH-99930) (GH-112843)

(cherry picked from commit 81c16cd94ec38d61aa478b9a452436dc3b1b524d)

Co-authored-by: Søren Løvborg <sorenl@unity3d.com>
Lib/tempfile.py
Lib/test/test_tempfile.py
Misc/NEWS.d/next/Library/2022-12-01-16-57-44.gh-issue-91133.LKMVCV.rst [new file with mode: 0644]