[issue32143] os.statvfs lacks f_fsid
Change by Giuseppe Scrivano : -- keywords: +patch pull_requests: +4499 stage: -> patch review ___ Python tracker <https://bugs.python.org/issue32143> ___ _
[issue32143] os.statvfs lacks f_fsid
New submission from Giuseppe Scrivano : the os.statvfs() function doesn't return f_fsid. The POSIX definition of statvfs() has f_fsid: http://pubs.opengroup.org/onlinepubs/009604599/basedefs/sys/statvfs.h.html -- components: Library (Lib) messages: 307007 nosy: gscrivano pri