(Port-induced?) memory leak in 2.0

Jeremy Hylton jeremy at alum.mit.edu
Mon Mar 12 19:09:52 EST 2001


It looks like the leftovers are all interned strings.  These are not
freed when you call Py_Finalize() because they must persist across
multiple interpreter creations.  The interned strings live as long as
the process.

Jeremy




More information about the Python-list mailing list