Python 2.7.3, C++ embed memory leak?
- From: Qi <no@xxxxxx>
- Date: Tue, 29 May 2012 22:37:27 +0800
Hi guys,
Is there any known memory leak problems, when embed Python 2.7.3
in C++?
I Googled but only found some old posts.
I tried to only call Py_Initialize() and Py_Finalize(), nothing else
between those functions, Valgrind still reports memory leaks
on Ubuntu?
Is that a know problem? Did Python 3.x solve it?
I want some confirmation.
Thanks
--
WQ
.
- Follow-Ups:
- Re: Python 2.7.3, C++ embed memory leak?
- From: Ulrich Eckhardt
- Re: Python 2.7.3, C++ embed memory leak?
- Prev by Date: Re: 2to3 inscrutable output
- Next by Date: Re: Python 2.7.3, C++ embed memory leak?
- Previous by thread: 2to3 inscrutable output
- Next by thread: Re: Python 2.7.3, C++ embed memory leak?
- Index(es):
Relevant Pages
|