[issue16056] shadowed test names in std lib regression tests

Berker Peksag report at bugs.python.org
Sun Nov 2 13:00:41 CET 2014


Berker Peksag added the comment:

I think my patch is wrong.

test_weak_destroy_while_iterating and test_weak_destroy_and_mutate_while_iterating tests were committed as part of issue 7105 to 2.7 (see changeset https://hg.python.org/cpython/rev/03fcc12282fc). But, those same tests(they uses SomeClass instead of UserString) were also backported to 2.7 in https://hg.python.org/cpython/rev/04cc075bddf5

Here is a new patch.

----------
components: +Tests -Library (Lib)
stage: commit review -> patch review
versions:  -Python 3.4, Python 3.5
Added file: http://bugs.python.org/file37104/issue16056_27_v2.diff

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue16056>
_______________________________________


More information about the Python-bugs-list mailing list