Éric Araujo <[email protected]> added the comment: > 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. ---------- _______________________________________ Python tracker <[email protected]> <http://bugs.python.org/issue9999> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com
