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 gvanrossum, pitrou
Date 2013-10-19.15:04:04
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1382195044.62.0.738507777021.issue19299@psf.upfronthosting.co.za>
In-reply-to
Content
Either the tests forget to cleanup resources at the end, or the library itself has resource management issues.

$ ./python -Wi -m test -R 3:3 test_asyncio
[1/1] test_asyncio
beginning 6 repetitions
123456
......
test_asyncio leaked [240, -677, -158] references, sum=-595
test_asyncio leaked [36, -116, -29] memory blocks, sum=-109
History
Date User Action Args
2013-10-19 15:04:04pitrousetrecipients: + pitrou, gvanrossum
2013-10-19 15:04:04pitrousetmessageid: <1382195044.62.0.738507777021.issue19299@psf.upfronthosting.co.za>
2013-10-19 15:04:04pitroulinkissue19299 messages
2013-10-19 15:04:04pitroucreate