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 giampaolo.rodola, gvanrossum, pitrou, vstinner, yselivanov
Date 2014-07-30.00:31:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1406680281.17.0.949528846195.issue22104@psf.upfronthosting.co.za>
In-reply-to
Content
test_asyncio doesn't give usable results when looking for refleaks:

$ ./python -m test -R 2:4 test_asyncio
[1/1] test_asyncio
beginning 6 repetitions
123456
......
test_asyncio leaked [212, -106, 265, -6360] references, sum=-5989
test_asyncio leaked [59, -29, 76, -1799] memory blocks, sum=-1693
1 test failed:
    test_asyncio
History
Date User Action Args
2014-07-30 00:31:21pitrousetrecipients: + pitrou, gvanrossum, vstinner, giampaolo.rodola, yselivanov
2014-07-30 00:31:21pitrousetmessageid: <1406680281.17.0.949528846195.issue22104@psf.upfronthosting.co.za>
2014-07-30 00:31:20pitroulinkissue22104 messages
2014-07-30 00:31:20pitroucreate