[issue35056] Test leaks of memory not managed by Python allocator

STINNER Victor report at bugs.python.org
Fri Oct 26 06:20:41 EDT 2018


STINNER Victor <vstinner at redhat.com> added the comment:

Before seeing how to automate it, first someone should try to detect the bpo-34794 memory leak manually ;-)

By the way, when I implemented the PEP 445, I tried to configure OpenSSL to use Python memory allocators (to benefit of tracemalloc), but the OpenSSL API for that didn't work at all: bpo-18227.

----------

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


More information about the Python-bugs-list mailing list