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 sanderjo
Recipients Safihre, ned.deily, ronaldoussoren, sanderjo
Date 2021-03-29.08:41:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617007303.61.0.654893433089.issue43638@roundup.psfhosted.org>
In-reply-to
Content
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()?
History
Date User Action Args
2021-03-29 08:41:43sanderjosetrecipients: + sanderjo, ronaldoussoren, ned.deily, Safihre
2021-03-29 08:41:43sanderjosetmessageid: <1617007303.61.0.654893433089.issue43638@roundup.psfhosted.org>
2021-03-29 08:41:43sanderjolinkissue43638 messages
2021-03-29 08:41:43sanderjocreate