[New-bugs-announce] [issue19299] test_asyncio refleak failures

Antoine Pitrou report at bugs.python.org
Sat Oct 19 17:04:04 CEST 2013


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 <report at bugs.python.org>
<http://bugs.python.org/issue19299>
_______________________________________


More information about the New-bugs-announce mailing list