[issue29707] os.path.ismount() always returns false for mount --bind on same filesystem

Eryk Sun report at bugs.python.org
Sat Dec 15 17:05:31 EST 2018


Eryk Sun <eryksun at gmail.com> added the comment:

It's also inconsistent. ismount() is true for a bind mount to the parent directory (e.g. dir/mount -> dir).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue29707>
_______________________________________


More information about the Python-bugs-list mailing list