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 serhiy.storchaka
Recipients BreamoreBoy, eryksun, georg.brandl, ncoghlan, paul.moore, python-dev, rupole, serhiy.storchaka, steve.dower, tim.golden, zach.ware
Date 2015-05-22.05:48:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1432273714.26.0.464093355372.issue22107@psf.upfronthosting.co.za>
In-reply-to
Content
There is a risk of race condition. One process can create a directory `file`, then other process fails to create a file with the same name `file`, then the first process removes directory `file`, then the second process handles PermissionError. The same is possible also with threads.
History
Date User Action Args
2015-05-22 05:48:34serhiy.storchakasetrecipients: + serhiy.storchaka, georg.brandl, paul.moore, ncoghlan, rupole, tim.golden, BreamoreBoy, python-dev, zach.ware, eryksun, steve.dower
2015-05-22 05:48:34serhiy.storchakasetmessageid: <1432273714.26.0.464093355372.issue22107@psf.upfronthosting.co.za>
2015-05-22 05:48:34serhiy.storchakalinkissue22107 messages
2015-05-22 05:48:34serhiy.storchakacreate