• Tim Peters's avatar
    SF bug 543148: Memory leak with stackframes + inspect. · b7ba7433
    Tim Peters yazdı
    Put a bound on the number of frameobjects that can live in the
    frameobject free_list.
    
    Am also backporting to 2.2.  I don't intend to backport to 2.1 (too
    much work -- lots of cyclic structures leak there, and the GC API).
    b7ba7433
frameobject.c 12.4 KB