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 pablogsal
Recipients mdk, ned.deily, pablogsal, rhettinger, vstinner
Date 2021-04-16.10:27:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618568827.92.0.327188439963.issue42238@roundup.psfhosted.org>
In-reply-to
Content
> Why did you catch them in the release process, and not in the regular Python development workflow?

Because our release tools run suspicious.py and it fails and then we need to manually inspect every single failure and fix it as almost all times there are real positives among them

> Can't we get the same errors in the regular workflow?

That's what I did reactivating suspicious.py


> I understand that the release process requires no warning from "make suspicious", but as explained in other comments, this tool is not reliable. While it catchs some real bugs, the cost of false positives is too high


Sure, we all agree here. Where it seems that we don't agree is how to proceed. I would be super happy to remove the tool if is agreed everywhere, including with the rest of release managers.
History
Date User Action Args
2021-04-16 10:27:07pablogsalsetrecipients: + pablogsal, rhettinger, vstinner, ned.deily, mdk
2021-04-16 10:27:07pablogsalsetmessageid: <1618568827.92.0.327188439963.issue42238@roundup.psfhosted.org>
2021-04-16 10:27:07pablogsallinkissue42238 messages
2021-04-16 10:27:07pablogsalcreate