This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author pitrou
Recipients pitrou, serhiy.storchaka, vstinner
Date 2017-08-31.22:08:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1504217310.86.0.916465993992.issue30776@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2017-08-31 22:08:30pitrousetrecipients: + pitrou, vstinner, serhiy.storchaka
2017-08-31 22:08:30pitrousetmessageid: <1504217310.86.0.916465993992.issue30776@psf.upfronthosting.co.za>
2017-08-31 22:08:30pitroulinkissue30776 messages
2017-08-31 22:08:30pitroucreate