Issue 33548: tempfile._candidate_tempdir_list should consider common TEMP locations (original) (raw)

Issue33548

Created on 2018-05-16 21:05 by steve.dower, last changed 2022-04-11 14:59 by admin. This issue is now closed.

Pull Requests
URL Status Linked Edit
PR 6865 steve.dower,2018-05-16 21:05
Messages (2)
msg316868 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2018-05-16 21:05
In Lib/tempfile.py, we currently look at some non-standard Windows-specific locations to find potential TEMP directories, but we should also look in the more common user and system ones.
msg316965 - (view) Author: Steve Dower (steve.dower) * (Python committer) Date: 2018-05-17 16:55
Merged as part of the VSTS PR (it was needed to fix some tests on the Windows build machine)
History
Date User Action Args
2022-04-11 14:59:00 admin set github: 77729
2018-05-17 16:55:41 steve.dower set status: open -> closedresolution: fixedmessages: + stage: patch review -> resolved
2018-05-16 21:05:19 steve.dower create