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 serhiy.storchaka
Recipients berker.peksag, rhettinger, serhiy.storchaka
Date 2015-11-27.21:53:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1448661240.05.0.967721242793.issue25755@psf.upfronthosting.co.za>
In-reply-to
Content
As result the test is failed in leaks searching mode.

$ ./python -m test.regrtest -uall -R 3:3 test_property
[1/1] test_property
beginning 6 repetitions
123456
test test_property failed -- Traceback (most recent call last):
  File "/home/serhiy/py/cpython-debug/Lib/test/test_property.py", line 172, in test_property_decorator_doc_writable
    self.assertEqual(sub.__class__.spam.__doc__, 'Eggs')
AssertionError: 'Spam' != 'Eggs'
- Spam
+ Eggs


1 test failed:
    test_property
History
Date User Action Args
2015-11-27 21:54:00serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, berker.peksag
2015-11-27 21:54:00serhiy.storchakasetmessageid: <1448661240.05.0.967721242793.issue25755@psf.upfronthosting.co.za>
2015-11-27 21:54:00serhiy.storchakalinkissue25755 messages
2015-11-27 21:54:00serhiy.storchakacreate