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 pitrou
Recipients benjamin.peterson, pitrou
Date 2013-05-17.16:15:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368807333.21.0.801142067432.issue17999@psf.upfronthosting.co.za>
In-reply-to
Content
$ ./python -m test -R 3:3 test_super
[1/1] test_super
beginning 6 repetitions
123456
test test_super failed -- Traceback (most recent call last):
  File "/home/antoine/cpython/default/Lib/test/test_super.py", line 97, in test_various___class___pathologies
    self.assertIs(X.x, type(self))
AssertionError: 42 is not <class 'test.test_super.TestSuper'>
History
Date User Action Args
2013-05-17 16:15:33pitrousetrecipients: + pitrou, benjamin.peterson
2013-05-17 16:15:33pitrousetmessageid: <1368807333.21.0.801142067432.issue17999@psf.upfronthosting.co.za>
2013-05-17 16:15:33pitroulinkissue17999 messages
2013-05-17 16:15:32pitroucreate