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 xdegaye
Recipients chris.jerdonek, eric.araujo, ezio.melotti, rbcollins, vstinner, xdegaye
Date 2019-04-13.16:34:39
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555173280.11.0.702829257058.issue16079@roundup.psfhosted.org>
In-reply-to
Content
Upgrading the script to account for Python changes. This is now duplicate_code_names_3.py

$ ./python ./duplicate_code_names_3.py --ignore ignored_duplicates Lib/test
Duplicate method names:
Lib/test/test_dataclasses.py:1406 TestCase.test_helper_asdict_builtin_containers
Lib/test/test_dataclasses.py:1579 TestCase.test_helper_astuple_builtin_containers
Lib/test/test_dataclasses.py:700 TestCase.test_not_tuple
Lib/test/test_dataclasses.py:3245 TestReplace.test_recursive_repr_two_attrs
Lib/test/test_genericclass.py:161 TestClassGetitem.test_class_getitem
Lib/test/test_gzip.py:764 TestCommandLine.test_compress_infile_outfile
Lib/test/test_heapq.py:376 TestErrorHandling.test_get_only
Lib/test/test_importlib/test_util.py:755 PEP3147Tests.test_source_from_cache_path_like_arg
Lib/test/test_logging.py:328 BuiltinLevelsTest.test_regression_29220
Lib/test/test_sys_setprofile.py:363 ProfileSimulatorTestCase.test_unbound_method_invalid_args
Lib/test/test_sys_setprofile.py:354 ProfileSimulatorTestCase.test_unbound_method_no_args
Lib/test/test_utf8_mode.py:198 UTF8ModeTests.test_io_encoding

False positives have been removed from the output of the above command and so, all the above methods are effectively duplicates that must be fixed.
History
Date User Action Args
2019-04-13 16:34:40xdegayesetrecipients: + xdegaye, vstinner, rbcollins, ezio.melotti, eric.araujo, chris.jerdonek
2019-04-13 16:34:40xdegayesetmessageid: <1555173280.11.0.702829257058.issue16079@roundup.psfhosted.org>
2019-04-13 16:34:40xdegayelinkissue16079 messages
2019-04-13 16:34:39xdegayecreate