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 Rethan
Recipients Rethan, christian.heimes
Date 2020-11-26.06:05:27
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606370727.51.0.902194703481.issue42461@roundup.psfhosted.org>
In-reply-to
Content
Under my mac and fedora test environment, calling statfs in C language as a non-privileged user both returned meaningful fsid. And in python os.statvfs(some_path).f_fsid can also show the f_fsid of path. So I didn't see any inconveniences so far if object print shows it.
History
Date User Action Args
2020-11-26 06:05:27Rethansetrecipients: + Rethan, christian.heimes
2020-11-26 06:05:27Rethansetmessageid: <1606370727.51.0.902194703481.issue42461@roundup.psfhosted.org>
2020-11-26 06:05:27Rethanlinkissue42461 messages
2020-11-26 06:05:27Rethancreate