[issue42461] os.statvfs_result doesn't show f_fsid
haoyixing <359062...@qq.com> added the comment: hi christian, is there any future suggestions? -- ___ Python tracker <https://bugs.python.org/issue42461> ___ __
[issue42461] os.statvfs_result doesn't show f_fsid
haoyixing <359062...@qq.com> added the comment: 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 inconv