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 eryksun
Recipients Alex Richman, Oliver Smith, eryksun, serhiy.storchaka
Date 2018-12-16.09:51:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1544953908.77.0.788709270274.issue29707@psf.upfronthosting.co.za>
In-reply-to
Content
> what is the problem with getting False for bind mounts 
> on the same filesystem?

Probably there's no problem if it's consistently false for all bind mounts on the same file system, but ismount() is true for a bind mount to the parent directory on the same file system, since the inodes match.
History
Date User Action Args
2018-12-16 09:51:48eryksunsetrecipients: + eryksun, serhiy.storchaka, Oliver Smith, Alex Richman
2018-12-16 09:51:48eryksunsetmessageid: <1544953908.77.0.788709270274.issue29707@psf.upfronthosting.co.za>
2018-12-16 09:51:48eryksunlinkissue29707 messages
2018-12-16 09:51:48eryksuncreate