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 cstratak
Recipients cstratak
Date 2020-06-30.18:06:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1593540409.36.0.220720333967.issue41175@roundup.psfhosted.org>
In-reply-to
Content
GCC added a static analysis tool recently [0].

Running it under for CPython code base produces some interesting results.

Reproducer: ./configure --with-pydebug && CFLAGS='-fanalyzer' make

Attaching the log.

[0] https://developers.redhat.com/blog/2020/03/26/static-analysis-in-gcc-10/
History
Date User Action Args
2020-06-30 18:06:49cstrataksetrecipients: + cstratak
2020-06-30 18:06:49cstrataksetmessageid: <1593540409.36.0.220720333967.issue41175@roundup.psfhosted.org>
2020-06-30 18:06:49cstrataklinkissue41175 messages
2020-06-30 18:06:49cstratakcreate