memory leak

2005-05-09 Thread Carlos Garcia
Hi All,     I have a memory leak in an application that uses the Python.exec() method multiple times, i can see in jprobe that instance of classes org.python.pycode._pyx* andorg.python.proxies.* dynamically created during an exec  are not cleaned by the garbage collector.       Any id

phyton memory management

2005-05-05 Thread Carlos Garcia
Hi all,      I do have a problem with python and it is that it raise an outofmemory (i comment lines in Py.java to avoid system.exit, to debug), i try to debug this issue with jprobe and realize that i get the exception even although the java heap is not in the limit, i can notice that pytho