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.
 
    Any idea about what can i do?
 
Thanks,
Carlos


==========================================================
 Carlos García                    Phone  : +34 91 714 8796
 Lucent Technologies          e-mail : [EMAIL PROTECTED]
 Avenida de Bruselas , 8   -  28108 Alcobendas (Madrid)
==========================================================
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to