mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
The tracking statistics were actually too pessimistic
This commit is contained in:
parent
f8387af262
commit
1fba62427c
2 changed files with 4 additions and 3 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue