##// END OF EJS Templates
Backport PR #6195: Close handle on new temporary files before returning filename...
Backport PR #6195: Close handle on new temporary files before returning filename On Windows, a file can only have one open writable handle at a time, so we need to close the one created by mkstemp before anything else can use that file. Closes gh-5946

File last commit:

r2045:2b04bcfb
r17367:4eca2208
Show More
shadowns.py
1 line | 24 B | text/x-python | PythonLexer
""" Shadow namespace """