This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients Alex Richman, Oliver Smith, eryksun, serhiy.storchaka
Date 2018-12-16.09:03:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544951002.03.0.788709270274.issue29707@psf.upfronthosting.co.za>
In-reply-to
Content
I do not think that we should use /proc/mounts or getmntent ,because they are not portable. os.path.ismount() uses the traditional way to detect mountpoints which is not able to detect bind mounts.

But what is the problem with getting False for bind mounts on the same filesystem?
History
Date User Action Args
2018-12-16 09:03:22serhiy.storchakasetrecipients: + serhiy.storchaka, eryksun, Oliver Smith, Alex Richman
2018-12-16 09:03:22serhiy.storchakasetmessageid: <1544951002.03.0.788709270274.issue29707@psf.upfronthosting.co.za>
2018-12-16 09:03:22serhiy.storchakalinkissue29707 messages
2018-12-16 09:03:21serhiy.storchakacreate