##// END OF EJS Templates
Close handle on new temporary files before returning filename...
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
Thomas Kluyver -
r17337:274794af
Show More
Name Size Modified Last Commit Author
/ IPython / external / decorators
__init__.py Loading ...
_decorators.py Loading ...
_numpy_testing_noseclasses.py Loading ...
_numpy_testing_utils.py Loading ...