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 Adam Dunlap
Recipients Adam Dunlap, xtreak
Date 2018-11-10.00:20:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1541809210.19.0.788709270274.issue35192@psf.upfronthosting.co.za>
In-reply-to
Content
Thank your for your response. I'm running python 3.5.2. The linked issue is indeed a duplicate of this one.

To reproduce, you can run two instances of the attached script at the same time, i.e. python3 pymkdir.py & python3 pymkdir.py. It is a race condition so won't happen every time, but with the number of directories created it should happen pretty frequently (remove the directories between tests with rm -rf 1)

I'm running Ubuntu 16.04.5 LTS. I don't know if you know anything about Ubuntu's release process, but it would be nice if the linked fix could be backported to work on that platform.
History
Date User Action Args
2018-11-10 00:20:10Adam Dunlapsetrecipients: + Adam Dunlap, xtreak
2018-11-10 00:20:10Adam Dunlapsetmessageid: <1541809210.19.0.788709270274.issue35192@psf.upfronthosting.co.za>
2018-11-10 00:20:10Adam Dunlaplinkissue35192 messages
2018-11-10 00:20:10Adam Dunlapcreate