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 <rep...@bugs.python.org>
<http://bugs.python.org/issue30287>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to