Sander <sander.jonkers+git...@gmail.com> added the comment:

OK. What would be a solution from/for Python to get the correct available space 
on a MacOS system?

In SABnzbd we implemented a workaround with a direct call to MacOS C lib's 
statfs(). See 
https://github.com/sabnzbd/sabnzbd/blob/develop/sabnzbd/filesystem.py#L948-L989

IMHO not a great solution for a python programmer. Could python's os.statvfs() 
use the correct (64bit) info from statfs()?

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue43638>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to