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 neologix
Recipients amcnabb, hynek, neologix, r.david.murray
Date 2012-05-05.10:05:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1336212314.44.0.796951663159.issue14702@psf.upfronthosting.co.za>
In-reply-to
Content
To me, this doesn't look like a os.makedirs() bug, but rather an autofs one (didn't know it was still in use).
I don't like the idea of adding such a kludge (i.e. catching EPERM and checking whether the directory appeared in between).

Could you please provide an strace output of both "os.makedirs()" and "mkdir -p"?

Thanks.
History
Date User Action Args
2012-05-05 10:05:14neologixsetrecipients: + neologix, amcnabb, r.david.murray, hynek
2012-05-05 10:05:14neologixsetmessageid: <1336212314.44.0.796951663159.issue14702@psf.upfronthosting.co.za>
2012-05-05 10:05:13neologixlinkissue14702 messages
2012-05-05 10:05:13neologixcreate