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 <rep...@bugs.python.org>
<http://bugs.python.org/issue26888>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to