[issue30776] regrtest: change -R/--huntrleaks rule to decide if a test leaks references

Antoine Pitrou report at bugs.python.org
Thu Aug 31 18:08:30 EDT 2017


Antoine Pitrou added the comment:

This change suddenly made detection of reference leaks a lot less effective.  Now if you have a single 0 in the deltas list, it will consider there is no reference leak, even though all other values might be > 0.

See https://bugs.python.org/issue31317#msg301064 for an example.

Victor, it would be nice if you could find a less brutal heuristic.

----------
assignee:  -> haypo
nosy: +pitrou, serhiy.storchaka
resolution: fixed -> 
stage: resolved -> needs patch
status: closed -> open

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


More information about the Python-bugs-list mailing list