[issue14702] os.makedirs breaks under autofs directories

Hynek Schlawack report at bugs.python.org
Thu May 17 21:07:06 CEST 2012


Hynek Schlawack <hs at ox.cx> added the comment:

My suspicion re the race condition is that a chdir waits for autofs to mount but mkdir doesn't. You could check that yourself if a chdir/sleep would help.

----------

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


More information about the Python-bugs-list mailing list