Re: [Python-Dev] Daily reference leaks (aef7db0d3893): sum=287

2013-01-11 Thread Christian Heimes
Am 11.01.2013 18:19, schrieb Andrea Griffini: > On Fri, Jan 11, 2013 at 5:08 PM, Christian Heimes > 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

Re: [Python-Dev] Daily reference leaks (aef7db0d3893): sum=287

2013-01-11 Thread Andrea Griffini
On Fri, Jan 11, 2013 at 5:08 PM, Christian Heimes 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. ___

Re: [Python-Dev] Daily reference leaks (aef7db0d3893): sum=287

2013-01-11 Thread Christian Heimes
Am 11.01.2013 07:09, schrieb Nick Coghlan: > On Fri, Jan 11, 2013 at 2:57 PM, wrote: >> results for aef7db0d3893 on branch "default" >> >> >> test_dbm leaked [2, 0, 0] references, sum=2 >> test_dbm leaked [2, 2, 1] memory blocks, sum=5 > > Hmm, I'm st