[issue14702] os.makedirs breaks under autofs directories

Charles-François Natali report at bugs.python.org
Sat May 5 12:05:14 CEST 2012


Charles-François Natali <neologix at free.fr> added the comment:

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.

----------
nosy: +neologix

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14702>
_______________________________________


More information about the Python-bugs-list mailing list