New submission from Charalampos Stratakis <cstra...@redhat.com>:
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/ ---------- files: debugstaticanalysis.txt messages: 372711 nosy: cstratak priority: normal severity: normal status: open title: Static analysis issues reported by GCC 10 versions: Python 3.10, Python 3.8, Python 3.9 Added file: https://bugs.python.org/file49281/debugstaticanalysis.txt _______________________________________ Python tracker <rep...@bugs.python.org> <https://bugs.python.org/issue41175> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com