|
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* and org.python.proxies.*
dynamically created during an exec are not cleaned by the
garbage collector, i can
see in jprobre that there is a static member of otsself that
do not allow the garbage
colector to clean it
Any idea about what can i do?
Thanks a lot,
Carlos
========================================================== Carlos
García
Phone : +34 91 714 8796 Lucent
Technologies e-mail : cgarciaf@xxxxxxxxxx Avenida de
Bruselas , 8 - 28108 Alcobendas
(Madrid) ==========================================================
|