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 vstinner
Recipients louielu, npatel, vstinner, zvyn
Date 2017-06-26.23:16:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1498518976.19.0.506851781684.issue30542@psf.upfronthosting.co.za>
In-reply-to
Content
Example of 3 runs:

test_tools leaked [10, 15, 0] references, sum=25
test_tools leaked [2, 13, 0] references, sum=15
test_tools leaked [180, 0, 0] references, sum=180

The bpo-30776 should fix this issue by ignoring the result, since it's a false positive in pratice.
History
Date User Action Args
2017-06-26 23:16:16vstinnersetrecipients: + vstinner, zvyn, louielu, npatel
2017-06-26 23:16:16vstinnersetmessageid: <1498518976.19.0.506851781684.issue30542@psf.upfronthosting.co.za>
2017-06-26 23:16:16vstinnerlinkissue30542 messages
2017-06-26 23:16:16vstinnercreate