Skip to content

Commit

Permalink
Merge branch 'main' into pythongh-121988-repl-exit
Browse files Browse the repository at this point in the history
  • Loading branch information
colesbury authored Jul 19, 2024
2 parents d8b1726 + eaf094c commit c77978d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Modules/_lsprof.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit c77978d

Please sign in to comment.