diff options
-rw-r--r-- | Modules/_lsprof.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/_lsprof.c b/Modules/_lsprof.c index 3dd5f55..8b69062 100644 --- a/Modules/_lsprof.c +++ b/Modules/_lsprof.c @@ -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; } |