SF bug 543148: Memory leak with stackframes + inspect.
authorTim Peters <tim.peters@gmail.com>
Sat, 13 Apr 2002 05:21:47 +0000 (05:21 +0000)
committerTim Peters <tim.peters@gmail.com>
Sat, 13 Apr 2002 05:21:47 +0000 (05:21 +0000)
commitb7ba7433126bff12dd638f11f831fa7bfd0bbf4a
tree951236002d7aa39e824b9d165e89dc8f0292e7b4
parent8b1c47bb8bf061d1842075a9e6edcc2736b3b236
SF bug 543148:  Memory leak with stackframes + inspect.
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).
Objects/frameobject.c