bpo-34784: Prevent creating types without bases on PyTuple_Pack failure by pablogsal · Pull Request #10536 · python/cpython (original) (raw)
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.x.edelsohn-fedora-ppc64/build/Lib/test/test_shutil.py", line 1366, in test_disk_usage self.assertEqual(usage, shutil.disk_usage(file)) AssertionError: usage(total=1749308141568, used=1585710096384, free=74714689536) != usage(total=1749308141568, used=1585710104576, free=74714681344)
Ran 128 tests in 1.173s
FAILED (failures=1, skipped=16)
Traceback (most recent call last): File "/home/shager/cpython-buildarea/3.x.edelsohn-fedora-ppc64/build/Lib/test/test_shutil.py", line 1366, in test_disk_usage self.assertEqual(usage, shutil.disk_usage(file)) AssertionError: usage(total=1749308141568, used=1583928602624, free=76496183296) != usage(total=1749308141568, used=1583928606720, free=76496179200)
Ran 128 tests in 1.109s
FAILED (failures=1, skipped=16)