Serhiy Storchaka added the comment:

Unfortunately the patch doesn't fix original issue and looks as this can't be 
fixed until os.access will be more useful on Windows. But it fixes several 
related issues. mkstemp() now fails early if parent directory doesn't exist or 
is a file. gettempdir() and mkdtemp() now try again in case of collision on 
Windows as well as on Unix. I hope that fixing os.access will automatically fix 
original issue.

Thanks Mark and Paul for testing on Windows. Thanks Tim for explaining issue 
with os.access.

----------
resolution:  -> fixed
stage: patch review -> resolved
status: open -> closed

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22107>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to