[New-bugs-announce] [issue26888] Multiple memory leaks after raw Py_Initialize and Py_Finalize.

Aleksander Gajewski report at bugs.python.org
Fri Apr 29 17:14:58 EDT 2016


New submission from Aleksander Gajewski:

There are a lot of memory leaks detected by AddressSanitzer (used with gcc-6.1). The sample program with its cmakelists and output can be found in the attachment. Exact list of memory leaks is placed in log_3_python_test.txt. I am using Python3.5.1 compile from sources (placed in /opt/python).

----------
components: Library (Lib)
files: python_leak.tar
messages: 264522
nosy: Aleksander Gajewski
priority: normal
severity: normal
status: open
title: Multiple memory leaks after raw Py_Initialize and Py_Finalize.
type: resource usage
versions: Python 3.5
Added file: http://bugs.python.org/file42655/python_leak.tar

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


More information about the New-bugs-announce mailing list