Tinche / aiofiles

File support for asyncio
Apache License 2.0
2.88k stars 153 forks source link

[Bug] os.statvfs is only available on Unix-like systems #173

Closed MIAIONE closed 1 year ago

MIAIONE commented 1 year ago

os.statvfs is only available on Unix-like systems

"statvfs = wrap(os.statvfs)" does not check if the operating system supports this operation. On Windows, this feature does not exist.

Tinche commented 1 year ago

Duplicate of #171