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, gregory.p.smith, miss-islington, rbcollins, vstinner, xdegaye
Date 2019-04-15.15:41:57
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1555342917.33.0.533299201666.issue16079@roundup.psfhosted.org>
In-reply-to
Content
False positives must be added to the 'ignored_duplicates' file in order to have duplicate_code_names.py exit with success. Not sure whether this may be considered as an annoyance by commiters, if TRAVIS would fail when duplicate_code_names.py fails.

All the function or class names duplicates have been removed as false positives from the list in my previous post and this single false positive has been removed from the duplicate method names:

Lib/test/test_socket.py:4115 InterruptedTimeoutBase.setAlarm

All the duplicates are method names as reported now or five years ago in msg 198586, so this script should get another command line option to only report duplicate method names.
History
Date User Action Args
2019-04-15 15:41:57xdegayesetrecipients: + xdegaye, gregory.p.smith, vstinner, rbcollins, ezio.melotti, eric.araujo, chris.jerdonek, miss-islington
2019-04-15 15:41:57xdegayesetmessageid: <1555342917.33.0.533299201666.issue16079@roundup.psfhosted.org>
2019-04-15 15:41:57xdegayelinkissue16079 messages
2019-04-15 15:41:57xdegayecreate