Roundup Robot added the comment:
New changeset 9922b2cda52c by Benjamin Peterson in branch '3.3':
fix duplicate test names in test_dis (closes #19117)
http://hg.python.org/cpython/rev/9922b2cda52c
New changeset 971965daadfb by Benjamin Peterson in branch 'default':
merge 3.3 (#19117)
http://hg.p
New submission from Xavier de Gaye:
Duplicate method names:
./Lib/test/test_dis.py:250 DisTests.test_big_linenos
./Lib/test/test_dis.py:294 DisTests.test_dis_object
The attached patch fixes this.
--
components: Library (Lib)
files: duplicate_test_name.patch
keywords: patch
messages: 198