[New-bugs-announce] [issue22190] Integrate tracemalloc into regrtest refleak hunting

Nick Coghlan report at bugs.python.org
Wed Aug 13 08:42:55 CEST 2014


New submission from Nick Coghlan:

Trying to debug issue #22166, I realised it would be nice if there was an easy way to use tracemalloc to get a clear idea of *what's* leaking when regrtest -R reports a refleak.

For that specific issue, I'm just trying to hack something together as a learning experience, but it would be good to have something more sophisticated built in to regrtest.

----------
components: Tests
messages: 225257
nosy: haypo, ncoghlan, neologix, zach.ware
priority: normal
severity: normal
stage: needs patch
status: open
title: Integrate tracemalloc into regrtest refleak hunting
type: enhancement
versions: Python 3.4, Python 3.5

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue22190>
_______________________________________


More information about the New-bugs-announce mailing list