New submission from Antoine Pitrou:

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

----------
components: Library (Lib), Tests
messages: 200425
nosy: gvanrossum, pitrou
priority: high
severity: normal
stage: needs patch
status: open
title: test_asyncio refleak failures
type: resource usage
versions: Python 3.4

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue19299>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to