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, vstinner
Date 2021-03-26.23:53:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1616802835.56.0.699111570038.issue43636@roundup.psfhosted.org>
In-reply-to
Content
❯ ./python -m test test_descr -m test_slots -R 3:3
0:00:00 load avg: 0.26 Run tests sequentially
0:00:00 load avg: 0.26 [1/1] test_descr
beginning 6 repetitions
123456
test test_descr failed -- Traceback (most recent call last):
  File "/home/pablogsal/github/cpython/Lib/test/test_descr.py", line 1201, in test_slots
    c.abc = 5
AttributeError: 'C' object has no attribute 'abc'

test_descr failed

== Tests result: FAILURE ==

1 test failed:
    test_descr

Total duration: 72 ms
Tests result: FAILURE
History
Date User Action Args
2021-03-26 23:53:55pablogsalsetrecipients: + pablogsal, vstinner
2021-03-26 23:53:55pablogsalsetmessageid: <1616802835.56.0.699111570038.issue43636@roundup.psfhosted.org>
2021-03-26 23:53:55pablogsallinkissue43636 messages
2021-03-26 23:53:55pablogsalcreate