Add a way to trace PyRefTracer_DESTROY
events in tracemalloc
#130695
Labels
extension-modules
C modules in the Modules dir
interpreter-core
(Objects, Python, Grammar, and Parser dirs)
type-feature
A feature request or enhancement
Feature or enhancement
Proposal:
This suggestion arose from there not currently being a way in python to test for
PyRefTracer_DESTROY
events (that I could find), specifically from there not being a way to add a regression test for: #130382Add some simple code to
tracemalloc
to countPyRefTracer_CREATE
andPyRefTracer_DESTROY
events.Has this already been discussed elsewhere?
This is a minor feature, which does not need previous discussion elsewhere
Links to previous discussion of this feature:
No response
Linked PRs
The text was updated successfully, but these errors were encountered: