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 pablogsal
Recipients pablogsal, paul.moore, steve.dower, tim.golden, zach.ware
Date 2019-02-25.21:20:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1551129610.56.0.602369599353.issue36109@roundup.psfhosted.org>
In-reply-to
Content
I can reproduce this locally. How has this not being spotted by the CI:

❯ ./python.exe -m test test_descr
Run tests sequentially
0:00:00 load avg: 3.82 [1/1] test_descr
test test_descr failed -- Traceback (most recent call last):
  File "/Users/pgalindo3/github/cpython/Lib/test/test_descr.py", line 4341, in test_vicious_descriptor_nonsense
    self.assertEqual(c.attr, 1)
  File "/Users/pgalindo3/github/cpython/Lib/test/test_descr.py", line 4328, in __eq__
    del C.attr
AttributeError: attr

test_descr failed

== Tests result: FAILURE ==

1 test failed:
    test_descr

Total duration: 2 sec 437 ms
Tests result: FAILURE
History
Date User Action Args
2019-02-25 21:20:10pablogsalsetrecipients: + pablogsal, paul.moore, tim.golden, zach.ware, steve.dower
2019-02-25 21:20:10pablogsalsetmessageid: <1551129610.56.0.602369599353.issue36109@roundup.psfhosted.org>
2019-02-25 21:20:10pablogsallinkissue36109 messages
2019-02-25 21:20:10pablogsalcreate