Memory leak when spawning

Aahz Maruch aahz at panix.com
Thu Feb 15 09:44:39 EST 2001


In article <mailman.982239616.8088.python-list at python.org>,
 <jurgen.defurne at philips.com> wrote:
>
>I don't know if this piece of source is small enough, but it is
>probably the smallest I can create with the same symptoms : every time
>a spawn is made, and the spawned program stops, some 4k to 12k of
>memory is lost (not 800 to 1200 as I said last time).

Tim Peters posted recently that a change was made in Python 2.0 such
that a new GIL object was created in spawned programs.  However, this
should not affect the spawning program, so I don't know what's causing
your problem.
-- 
                      --- Aahz (Copyright 2001 by aahz at pobox.com)

Androgynous poly kinky vanilla queer het    <*>     http://www.rahul.net/aahz/
Hugs and backrubs -- I break Rule 6

'Gender' isn't a definition, it's a heuristic.  --Aahz



More information about the Python-list mailing list