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 eric.araujo
Recipients eric.araujo, jniehof, r.david.murray, tarek
Date 2011-08-12.16:08:19
SpamBayes Score 0.000636126
Marked as misclassified No
Message-id <1313165300.42.0.455868267961.issue9999@psf.upfronthosting.co.za>
In-reply-to
Content
> Unfortunately I don't currently have a suggestion for how to reliably
> create a cross-file-system link for testing purposes.

We could try walking a list of common mount points (/run, /dev, /tmp, /home, etc.), compiled from as many OSes as possible, and filter it with os.path.ismount to see if we have more than one partition.
History
Date User Action Args
2011-08-12 16:08:20eric.araujosetrecipients: + eric.araujo, tarek, r.david.murray, jniehof
2011-08-12 16:08:20eric.araujosetmessageid: <1313165300.42.0.455868267961.issue9999@psf.upfronthosting.co.za>
2011-08-12 16:08:19eric.araujolinkissue9999 messages
2011-08-12 16:08:19eric.araujocreate