[New-bugs-announce] [issue30287] cpython and Clang Static Analyzer

Дилян Палаузов report at bugs.python.org
Fri May 5 18:13:21 EDT 2017


New submission from Дилян Палаузов:

I compiled cpython using Clang 4.0 Static Analyzer with 
scan-build ./configure --enable-loadable-sqlite-extensions --enable-ipv6 --with-system-expat --with-system-ffi --with-system-libmpdec
scan-build make

and here are the results
  https://mail.aegee.org/dpa/scan-build-python-a1054c3b00/

Please note, that the information is only about what gets actually compiled, code disabled by #if .. #endif is not considered (e.g. when determining whether a variable assignment is useless).  There are probably some false-positives.

Consider this as information, I do not pretend there are any bugs found by the static analyzer.

----------
messages: 293145
nosy: dilyan.palauzov
priority: normal
severity: normal
status: open
title: cpython and Clang Static Analyzer
type: enhancement
versions: Python 3.7

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue30287>
_______________________________________


More information about the New-bugs-announce mailing list