Am 11.01.2013 18:19, schrieb Andrea Griffini:
> On Fri, Jan 11, 2013 at 5:08 PM, Christian Heimes <christ...@python.org> 
> wrote:
>> It has more issues. Coverity has sent me some complains, see attachment.
> 
> The second complaint seems a false positive; if self->extra is null
> then children is set to 0 and following code is not executed.

Yes, Coverity's results have lots of false positives. On the other hand
it's able to detect hard to find resource leaks. You get used to the
false positives and learn to appreciate the good stuff. :)

_______________________________________________
Python-Dev mailing list
Python-Dev@python.org
http://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com

Reply via email to