mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
gh-120289: Add external timer in traverse of _lsprof.Profiler (#121998)
This commit is contained in:
parent
7b36b67b1e
commit
eaf094c09b
1 changed files with 1 additions and 0 deletions
|
@ -856,6 +856,7 @@ static int
|
|||
profiler_traverse(ProfilerObject *op, visitproc visit, void *arg)
|
||||
{
|
||||
Py_VISIT(Py_TYPE(op));
|
||||
Py_VISIT(op->externalTimer);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue