New submission from Antoine Pitrou: $ ./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'>
---------- components: Tests messages: 189464 nosy: benjamin.peterson, pitrou priority: normal severity: normal stage: needs patch status: open title: test_super fails in refleak runs type: behavior versions: Python 3.4 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue17999> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com