STINNER Victor added the comment:

I had to write this change to be able to bisect bpo-30775 reference leak. 
Without this change, my bisection tool picked the wrong tests and failed to 
find the tests which leaked. For example, it took a subtest of tests which was 
considered as leaking because the reference differences was [3, 0, 0]. This 
pattern more looks like a late initialization than a real leak. In the case of 
the bpo-30775, a leak was closer to [222, 222, 225]: much more references than 
just 3 :-) Many leaks for all runs :-)

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue30776>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to