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 zach.ware
Recipients paul.moore, serhiy.storchaka, steve.dower, tim.golden, vstinner, xiang.zhang, zach.ware
Date 2017-04-17.16:39:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1492447182.84.0.125776451283.issue29041@psf.upfronthosting.co.za>
In-reply-to
Content
Here's an updated refleak run, on master as of last Thursday:

test_atexit leaked [12, 12, 12] references, sum=36
test_atexit leaked [4, 6, 6] memory blocks, sum=16
test_capi leaked [6, 6, 6] references, sum=18
test_capi leaked [2, 4, 4] memory blocks, sum=10
test_asyncio leaked [4, 1, 1] memory blocks, sum=6
test_concurrent_futures leaked [822, 807, 810] references, sum=2439
test_concurrent_futures leaked [274, 271, 272] memory blocks, sum=817
test_import leaked [-2, 2, 0] references, sum=0
test_import leaked [-2, 4, 2] memory blocks, sum=4
test_logging leaked [-21, 1, 1] memory blocks, sum=-19
test_os leaked [6, 7, 7] memory blocks, sum=20
test_platform leaked [12, 12, 12] references, sum=36
test_platform leaked [4, 6, 6] memory blocks, sum=16
test_sys leaked [9, 9, 9] references, sum=27
test_sys leaked [3, 5, 5] memory blocks, sum=13
test_threading leaked [12, 12, 12] references, sum=36
test_threading leaked [4, 6, 6] memory blocks, sum=16
test_xml_etree_c leaked [6, -6, 0] references, sum=0
test_xml_etree_c leaked [1, 1, 2] memory blocks, sum=4
test_multiprocessing_spawn leaked [159, 180, 162] references, sum=501
test_multiprocessing_spawn leaked [54, 62, 55] memory blocks, sum=171

I ran this one with `-j0` which may have affected the results slightly, but shaved 40 minutes off the run time.
History
Date User Action Args
2017-04-17 16:39:42zach.waresetrecipients: + zach.ware, paul.moore, vstinner, tim.golden, serhiy.storchaka, steve.dower, xiang.zhang
2017-04-17 16:39:42zach.waresetmessageid: <1492447182.84.0.125776451283.issue29041@psf.upfronthosting.co.za>
2017-04-17 16:39:42zach.warelinkissue29041 messages
2017-04-17 16:39:42zach.warecreate