Re: Python 2.7.3, C++ embed memory leak?



On 2012-6-2 18:53, Diez B. Roggisch wrote:
Python does some special things that confuse valgrind. Don't bother.

http://svn.python.org/projects/python/trunk/Misc/README.valgrind

Thanks for the link.
It clears a lot of my confusing, such as uninitialized reading...


--
WQ
.



Relevant Pages

  • Re: recording data between [ and ]
    ... > Diez B. Roggisch wrote: ... Regular expressions are ... > (except that Python regexps are not always regular, ... Diez B. Roggisch ...
    (comp.lang.python)
  • Re: Speeding up CGIHTTPServer (Tim Roberts)
    ... "Diez B. Roggisch" wrote: ... Presumably spawning a process takes some time. ... >> code I'm running as CGI is not hectic at all. ...
    (comp.lang.python)
  • Re: Question on metaclasses
    ... > Diez B. Roggisch wrote: ... >> There is a confusion of self and cls above - rename self with cls. ... Diez B. Roggisch ...
    (comp.lang.python)
  • Re: Embedding python into PyQt
    ... "Diez B. Roggisch" writes: ... > Diez B. Roggisch ... def run: ... except AttributeError: ...
    (comp.lang.python)
  • Re: delete duplicates in list
    ... Diez B. Roggisch wrote: ... >> quick googling did not give me any answer. ... by the original poster. ...
    (comp.lang.python)