[Ipython-tickets] [IPython] #194: Memory leak when cache is disabled
IPython
ipython-tickets@scipy....
Mon Nov 5 07:18:41 CST 2007
#194: Memory leak when cache is disabled
---------------------+------------------------------------------------------
Reporter: marc | Owner: fperez
Type: defect | Status: new
Priority: normal | Milestone:
Component: ipython | Version:
Severity: normal | Keywords:
---------------------+------------------------------------------------------
When disabling cache (i.e. setting cache_size to 0) the _oh and Out dicts
in the user_ns var are still being filled by the cache system and are not
flushed anymore. Due to that the garbage collector cannot free the
referenced objects.
--
Ticket URL: <http://ipython.scipy.org/ipython/ipython/ticket/194>
IPython <http://ipython.scipy.org>
The IPython interactive Python system
More information about the Ipython-tickets
mailing list