]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-116750: Add clear_tool_id function to unregister events and callbacks (#124568)
authorTian Gao <gaogaotiantian@hotmail.com>
Tue, 1 Oct 2024 17:32:55 +0000 (10:32 -0700)
committerGitHub <noreply@github.com>
Tue, 1 Oct 2024 17:32:55 +0000 (13:32 -0400)
commit5e0abb47886bc665eefdcc19fde985f803e49d4c
tree87b3c0280ab1fa6991732eb4e0d82238e96620ec
parentb48253852341c01309b0598852841cd89bc28afd
gh-116750: Add clear_tool_id function to unregister events and callbacks (#124568)
Doc/library/sys.monitoring.rst
Include/cpython/code.h
Include/internal/pycore_interp.h
Lib/test/test_monitoring.py
Misc/NEWS.d/next/Library/2024-09-26-00-35-24.gh-issue-116750.X1aMHI.rst [new file with mode: 0644]
Python/clinic/instrumentation.c.h
Python/instrumentation.c
Python/pystate.c