Re: [Python-Dev] [Python-checkins] Daily reference leaks (234021dcad93): sum=61
On Wed, May 25, 2011 at 1:09 PM, <solipsis@pitrou.net> wrote:
results for 234021dcad93 on branch "default" --------------------------------------------
test_packaging leaked [128, 128, 128] references, sum=384
Is there a new cache in packaging that regrtest needs to know about and either ignore or clear when checking reference counts? Cheers, Nick. -- Nick Coghlan | ncoghlan@gmail.com | Brisbane, Australia
Le mercredi 25 mai 2011 à 15:13 +1000, Nick Coghlan a écrit :
On Wed, May 25, 2011 at 1:09 PM, <solipsis@pitrou.net> wrote:
results for 234021dcad93 on branch "default" --------------------------------------------
test_packaging leaked [128, 128, 128] references, sum=384
Is there a new cache in packaging that regrtest needs to know about and either ignore or clear when checking reference counts?
See the issue http://bugs.python.org/issue12167 : Antoine listed tests leaking references, and I already fixed some of them. Victor
On Wed, May 25, 2011 at 7:10 PM, Victor Stinner <victor.stinner@haypocalc.com> wrote:
Le mercredi 25 mai 2011 à 15:13 +1000, Nick Coghlan a écrit :
On Wed, May 25, 2011 at 1:09 PM, <solipsis@pitrou.net> wrote:
results for 234021dcad93 on branch "default" --------------------------------------------
test_packaging leaked [128, 128, 128] references, sum=384
Is there a new cache in packaging that regrtest needs to know about and either ignore or clear when checking reference counts?
See the issue http://bugs.python.org/issue12167 : Antoine listed tests leaking references, and I already fixed some of them.
Thanks for the issue link. I'd seen a few of these reports go by, so it's good to know that dealing with it is in progress. Cheers, Nick. -- Nick Coghlan | ncoghlan@gmail.com | Brisbane, Australia
participants (2)
-
Nick Coghlan
-
Victor Stinner