]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-79325: Fix recursion error in TemporaryDirectory cleanup on Windows (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Thu, 7 Dec 2023 17:36:29 +0000 (18:36 +0100)
committerGitHub <noreply@github.com>
Thu, 7 Dec 2023 17:36:29 +0000 (17:36 +0000)
commit34e9e20cf20647d62d7639241af7c0d4e34fb04f
tree0f58d861e1415e23998c702b58e66beea042216d
parent418adf687ff1ccdd56cbc0f91d03936f57bf4c77
[3.12] gh-79325: Fix recursion error in TemporaryDirectory cleanup on Windows (GH-112762) (GH-112847)

(cherry picked from commit b2923a61a10dc2717f4662b590cc9f6d181c6983)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/tempfile.py
Lib/test/test_tempfile.py
Misc/NEWS.d/next/Library/2023-12-05-18-57-53.gh-issue-79325.P2vMVK.rst [new file with mode: 0644]