[Python-Dev] A "new" kind of leak

Neil Schemenauer nas@python.ca
Sat, 13 Apr 2002 07:19:38 -0700


PyCFunctionObject and PyMethodObject also use free lists and set the GC
flag.

  Neil