[New-bugs-announce] [issue35056] Test leaks of memory not managed by Python allocator

Serhiy Storchaka report at bugs.python.org
Tue Oct 23 15:36:59 EDT 2018


New submission from Serhiy Storchaka <storchaka+cpython at gmail.com>:

Would be nice to add a possibility to test memory leaks if memory is allocated not by Python allocators, but inside external libraries. This would allow to catch leaks on the bridge between Python and external libraries. See for example issue34794.

----------
components: Tests
messages: 328336
nosy: serhiy.storchaka, vstinner
priority: normal
severity: normal
status: open
title: Test leaks of memory not managed by Python allocator
type: enhancement
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue35056>
_______________________________________


More information about the New-bugs-announce mailing list