]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-66305: Fix a hang on Windows in the tempfile module (GH-144672)
authorSerhiy Storchaka <storchaka@gmail.com>
Tue, 24 Feb 2026 11:05:06 +0000 (13:05 +0200)
committerGitHub <noreply@github.com>
Tue, 24 Feb 2026 11:05:06 +0000 (13:05 +0200)
commitca66d3c40cd9ac1fb94dd7cd79ccb8fecf019527
treeab41c6ee45cc5c0819495b48cf04a9491a84b100
parentb32c830d444c85421bd2c0c7af494c9d85485a29
gh-66305: Fix a hang on Windows in the tempfile module (GH-144672)

It occurred when trying to create a temporary file or subdirectory in
a non-writable directory.
Lib/tempfile.py
Lib/test/test_tempfile.py
Misc/NEWS.d/next/Library/2026-02-10-16-56-05.gh-issue-66305.PZ6GN8.rst [new file with mode: 0644]