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 dilyan.palauzov
Recipients dilyan.palauzov
Date 2017-05-05.22:13:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1494022401.59.0.120432906774.issue30287@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-05-05 22:13:21dilyan.palauzovsetrecipients: + dilyan.palauzov
2017-05-05 22:13:21dilyan.palauzovsetmessageid: <1494022401.59.0.120432906774.issue30287@psf.upfronthosting.co.za>
2017-05-05 22:13:21dilyan.palauzovlinkissue30287 messages
2017-05-05 22:13:21dilyan.palauzovcreate