commit | 1fba62427cdf51788125386aa3d603c6ae74e7e3 | [log] [tgz] |
---|---|---|
author | Antoine Pitrou <solipsis@pitrou.net> | Mon Mar 23 19:17:00 2009 +0000 |
committer | Antoine Pitrou <solipsis@pitrou.net> | Mon Mar 23 19:17:00 2009 +0000 |
tree | 193050447ac18d397571a89f076ab7f95a414427 | |
parent | f8387af2620b2e02ceac856e08786429a913adb5 [diff] [blame] |
The tracking statistics were actually too pessimistic
diff --git a/Objects/dictobject.c b/Objects/dictobject.c index 5069c76..931b1fc 100644 --- a/Objects/dictobject.c +++ b/Objects/dictobject.c
@@ -498,6 +498,7 @@ _PyObject_GC_MAY_BE_TRACKED(ep[i].me_key)) return; } + DECREASE_TRACK_COUNT _PyObject_GC_UNTRACK(op); }