[issue8914] Run clang's static analyzer

Brett Cannon report at bugs.python.org
Thu Feb 3 20:28:08 CET 2011


Brett Cannon <brett at python.org> added the comment:

This was just dead assignments. I have not tackled Idempotent operations, dead increments, dead initializations, dead nested assignments, possible deref of NULL, deref of unassigned pointer, division by zero, undefined/garbage results, or undefined alloc of 0 bytes.

IOW I tackled 36 out of 164 reported issues. =)

----------

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


More information about the Python-bugs-list mailing list