[issue37339] os.path.ismount returns true on nested btrfs subvolumes

Serhiy Storchaka report at bugs.python.org
Wed Jun 19 14:14:33 EDT 2019


Serhiy Storchaka <storchaka+cpython at gmail.com> added the comment:

os.path.ismount() uses the same simple algorithm as a portable version of mountpoint. But mountpoint (and findmnt) from util-linux uses Linux specific methods (reads /proc/mounts or something like). See also issue29707.

----------

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


More information about the Python-bugs-list mailing list