mirror of
https://github.com/python/cpython
synced 2026-09-26 16:21:04 +03:00
4 lines
230 B
ReStructuredText
4 lines
230 B
ReStructuredText
Add two new functions to the C-API, :c:func:`PyRefTracer_SetTracer` and
|
|
:c:func:`PyRefTracer_GetTracer`, that allows to track object creation and
|
|
destruction the same way the :mod:`tracemalloc` module does. Patch by Pablo
|
|
Galindo
|