mirror of
https://github.com/python/cpython.git
synced 2025-07-08 03:45:36 +00:00
gh-116750: Add clear_tool_id function to unregister events and callbacks (#124568)
This commit is contained in:
parent
b482538523
commit
5e0abb4788
8 changed files with 165 additions and 8 deletions
|
@ -654,6 +654,7 @@ init_interpreter(PyInterpreterState *interp,
|
|||
interp->monitoring_callables[t][e] = NULL;
|
||||
|
||||
}
|
||||
interp->monitoring_tool_versions[t] = 0;
|
||||
}
|
||||
interp->sys_profile_initialized = false;
|
||||
interp->sys_trace_initialized = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue