gh-102304: Move the Total Refcount to PyInterpreterState (gh-102545)
Moving it valuable with a per-interpreter GIL. However, it is also useful without one, since it allows us to identify refleaks within a single interpreter or where references are escaping an interpreter. This becomes more important as we move the obmalloc state to PyInterpreterState. https://github.com/python/cpython/issues/102304
E
Eric Snow committed
743687434c5baf01c266320b34c7a828726702a6
Parent: 4bb1dd3
Committed by GitHub <noreply@github.com>
on 3/21/2023, 5:46:09 PM