[Python-Dev] Discussion related to memory leaks requested

Victor Stinner victor.stinner at gmail.com
Wed Jan 13 17:10:30 EST 2016


Hi,

2016-01-13 20:32 GMT+01:00 Matthew Paulson <paulson at busiq.com>:
> I've spent some time performing memory leak analysis while using Python in an embedded configuration.

Hum, did you try tracemalloc?

https://docs.python.org/dev/library/tracemalloc.html
https://pytracemalloc.readthedocs.org/

> Is there someone in the group that would like to discuss this topic.  There seems to be other leaks as well.  I'm new to Python-dev, but willing to help or work with someone who is more familiar with these areas than I.

Are you able to reproduce the leak with a simple program?

Victor


More information about the Python-Dev mailing list