Py_DECREF() in interpreter doesn't call _PyReftracerTrack(op, PyRefTracer_DESTROY)
#130382
Labels
3.13
bugs and security fixes
3.14
new features, bugs and security fixes
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-bug
An unexpected behavior, bug, or error
Bug report
cpython/Python/ceval.c
Lines 72 to 85 in 6c450f4
Tracemalloc only handles
PyRefTracer_CREATE
events and we don't have any tests forPyRefTracer_DESTROY
events.The text was updated successfully, but these errors were encountered: