]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-106895: Raise a `ValueError` when attempting to disable events that cannot be...
authorMark Shannon <mark@hotpy.org>
Thu, 27 Jul 2023 14:27:11 +0000 (15:27 +0100)
committerGitHub <noreply@github.com>
Thu, 27 Jul 2023 14:27:11 +0000 (15:27 +0100)
commitc6539b36c163efff3d6ed02b938a6151325f4db7
tree628e61ae6907427baf9cf76e9d1a3d78525e6366
parentd77d973335835bd744be8106010061cb338b0ae1
GH-106895: Raise a `ValueError` when attempting to disable events that cannot be disabled. (GH-107337)
Include/internal/pycore_instruments.h
Lib/test/test_monitoring.py
Misc/NEWS.d/next/Core and Builtins/2023-07-26-18-53-34.gh-issue-106895.DdEwV8.rst [new file with mode: 0644]
Objects/classobject.c
Python/bytecodes.c
Python/ceval.c
Python/executor_cases.c.h
Python/generated_cases.c.h
Python/instrumentation.c