[New-bugs-announce] [issue17999] test_super fails in refleak runs

Antoine Pitrou report at bugs.python.org
Fri May 17 18:15:33 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue17999>
_______________________________________


More information about the New-bugs-announce mailing list