[issue14702] os.makedirs breaks under autofs directories

Andrew McNabb report at bugs.python.org
Thu May 17 21:24:54 CEST 2012


Andrew McNabb <amcnabb at mcnabbs.org> added the comment:

By the way, if my hunch about the difference in stat of '/net/prodigy' vs. '/net/prodigy/tmp' is correct, then this would explain why makedirs on deeper directories work. Specifically, one of the shallower stat calls would force the mount to complete before proceeding to the next deeper level.

----------

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


More information about the Python-bugs-list mailing list