[issue10179] os.stat fails on mapped network drive

Martin v. Löwis report at bugs.python.org
Sat Oct 23 17:56:17 CEST 2010


Martin v. Löwis <martin at v.loewis.de> added the comment:

Let me guess: It's GetFinalPathNameByHandle that is failing. Put some debug output right after the call to verify.

Why is this critical? Not being able to stat VirtualBox folders doesn't sound that critical to me.

----------
nosy: +loewis

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


More information about the Python-bugs-list mailing list