This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients amaury.forgeotdarc, brian.curtin, pitrou, santoso.wijaya, tim.golden
Date 2012-01-22.18:14:41
SpamBayes Score 0.016827242
Marked as misclassified No
Message-id <1327256082.83.0.102389504228.issue13772@psf.upfronthosting.co.za>
In-reply-to
Content
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).
History
Date User Action Args
2012-01-22 18:14:42pitrousetrecipients: + pitrou, amaury.forgeotdarc, tim.golden, brian.curtin, santoso.wijaya
2012-01-22 18:14:42pitrousetmessageid: <1327256082.83.0.102389504228.issue13772@psf.upfronthosting.co.za>
2012-01-22 18:14:42pitroulinkissue13772 messages
2012-01-22 18:14:42pitroucreate