1. 23 Mar, 2003 1 commit
    • Tim Peters's avatar
      When Py_TRACE_REFS is defined, a list of all live objects is maintained in · 78be7993
      Tim Peters authored
      a doubly-linked list, exposed by sys.getobjects().  Unfortunately, it's not
      really all live objects, and it seems my fate to bump into programs where
      sys.gettotalrefcount() keeps going up but where the reference leaks aren't
      accounted for by anything in the list of all objects.
      
      This patch helps a little:  if COUNT_ALLOCS is also defined, from now on
      type objects will also appear in this list, provided at least one object
      of a type has been allocated.
      78be7993
  2. 22 Mar, 2003 8 commits
  3. 21 Mar, 2003 29 commits
  4. 20 Mar, 2003 2 commits