New submission from Serhiy Storchaka <storchaka+cpyt...@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 <rep...@bugs.python.org>
<https://bugs.python.org/issue35056>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to