We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d53375 commit 326b31eCopy full SHA for 326b31e
1 file changed
Doc/library/sys.monitoring.rst
@@ -292,10 +292,9 @@ in Python (see :ref:`c-api-monitoring`).
292
Activates all the local events for *code* which are set in *event_set*.
293
Raises a :exc:`ValueError` if *tool_id* is not in use.
294
295
-Local events add to global events. In other words, all global events
296
-will trigger for a code object, regardless of the local events. Events
297
-will also only trigger once regardless of whether the same event is
298
-registered both globally and locally for a code object.
+Events will only trigger once, regardless of whether the same event is
+activated globally as well as locally for a code object. Local activation
+also doesn't impact a global registration for the same event and vice-versa.
299
300
301
Disabling events
0 commit comments