The tracking statistics were actually too pessimistic

This commit is contained in:
Antoine Pitrou 2009-03-23 19:17:00 +00:00
parent f8387af262
commit 1fba62427c
2 changed files with 4 additions and 3 deletions

View file

@ -498,6 +498,7 @@ _PyDict_MaybeUntrack(PyObject *op)
_PyObject_GC_MAY_BE_TRACKED(ep[i].me_key))
return;
}
DECREASE_TRACK_COUNT
_PyObject_GC_UNTRACK(op);
}