Skip to content

Commit 9225c9a

Browse files
Update Python/legacy_tracing.c
Co-authored-by: Kumar Aditya <[email protected]>
1 parent 0f7e62d commit 9225c9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Python/legacy_tracing.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -590,7 +590,7 @@ _PyEval_SetProfileAllThreads(PyInterpreterState *interp, Py_tracefunc func, PyOb
590590
}
591591

592592
static int
593-
setup_trace_callbacks(void *_unused)
593+
setup_trace_callbacks(void *Py_UNUSED(arg))
594594
{
595595
/* Setup PEP 669 monitoring callbacks and events. */
596596
if (set_callbacks(PY_MONITORING_SYS_TRACE_ID,

0 commit comments

Comments
 (0)