--- Modules/posixmodule.c +++ Modules/posixmodule.c @@ -13238,7 +13238,7 @@ _pystatvfs_fromstructstatfs(PyObject *module, struct statfs st) { flags |= ST_NOSUID; } - _Static_assert(sizeof(st.f_blocks) == sizeof(long long), "assuming large file"); + /* _Static_assert(sizeof(st.f_blocks) == sizeof(long long), "assuming large file"); */ #define SET_ITEM(SEQ, INDEX, EXPR) \ do { \