Skip to content

Commit 1b613bd

Browse files
Update Python/legacy_tracing.c
Co-authored-by: Kumar Aditya <kumaraditya@python.org>
1 parent 03ec62c commit 1b613bd

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
@@ -156,7 +156,7 @@ _PyEval_SetOpcodeTrace(PyFrameObject *frame, bool enable)
156156
PyCodeObject *code = _PyFrame_GetCode(frame->f_frame);
157157

158158
#ifdef Py_GIL_DISABLED
159-
// First check if a change is necessary outside of the stop-the-world section
159+
// First check if a change is necessary outside of the stop-the-world pause
160160
_PyMonitoringEventSet events = 0;
161161
if (_PyMonitoring_GetLocalEvents(code, PY_MONITORING_SYS_TRACE_ID, &events) < 0) {
162162
return -1;

0 commit comments

Comments
 (0)