Open
Description
Bug report
Lines 72 to 85 in 6c450f4
Tracemalloc only handles PyRefTracer_CREATE
events and we don't have any tests for PyRefTracer_DESTROY
events.
EDIT: _testcapimodule.c
tests PyRefTracer_DESTROY
events, but only through the C API and not the Python interpreter.