bpo-35802: Clean up code which checked presence of os.{stat,lstat,chmod} by asottile · Pull Request #11643 · python/cpython (original) (raw)
Traceback (most recent call last): File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/test/test_descr.py", line 4341, in test_vicious_descriptor_nonsense self.assertEqual(c.attr, 1) File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/test/test_descr.py", line 4328, in eq del C.attr AttributeError: attr
Ran 140 tests in 2.449s
FAILED (errors=1, skipped=2, expected failures=2)
Traceback (most recent call last): File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/test/test_descr.py", line 4341, in test_vicious_descriptor_nonsense self.assertEqual(c.attr, 1) File "/buildbot/buildarea/cpython/3.x.ware-gentoo-x86.nondebug/build/Lib/test/test_descr.py", line 4328, in eq del C.attr AttributeError: attr
Ran 140 tests in 2.229s
FAILED (errors=1, skipped=2, expected failures=2)