[Python-Dev] [Announcement] New mailing list for code quality tools including Flake8, Pyflakes and Pep8 (original) (raw)
Brett Cannon brett at python.org
Thu Apr 4 17:44:18 CEST 2013
- Previous message: [Python-Dev] [Announcement] New mailing list for code quality tools including Flake8, Pyflakes and Pep8
- Next message: [Python-Dev] [Announcement] New mailing list for code quality tools including Flake8, Pyflakes and Pep8
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Thu, Apr 4, 2013 at 10:42 AM, Antoine Pitrou <solipsis at pitrou.net> wrote:
Le Thu, 4 Apr 2013 06:57:14 +0200, Charles-François Natali <cf.natali at gmail.com> a écrit : > > Are you planning to cover the code quality of the interpreter itself > > too? I've been recently reading through the cert.org secure coding > > practice recommendations and was wondering if there has is any > > ongoing effort to perform static analysis on the cpython codebase. > > AFAICT CPython already benefits from Coverity scans (I guess the > Python-security guys receive those notifications). Note that this only > covers the C codebase.
Correction: the security@ address doesn't receive any coverity notifications. Perhaps someone checks the (private) coverity builds from time to time, but I don't think there's anything automatic.
Christian Heimes has a daily build set up and checks the results periodically. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://mail.python.org/pipermail/python-dev/attachments/20130404/3da992f5/attachment.html>
- Previous message: [Python-Dev] [Announcement] New mailing list for code quality tools including Flake8, Pyflakes and Pep8
- Next message: [Python-Dev] [Announcement] New mailing list for code quality tools including Flake8, Pyflakes and Pep8
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]