Antoine Pitrou <pit...@free.fr> added the comment:

Another issue with the detection scheme is that it's not atomic: there can be a 
race condition between the GetFileAttributesExW() and CreateSymbolicLinkW() 
calls.

I propose applying the following patch to 3.2 and 3.3 (+ doc fix, not included 
in the patch).

----------
keywords: +patch
stage:  -> patch review
Added file: http://bugs.python.org/file24292/windirlink.patch

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

Reply via email to