]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] GH-106895: Raise a `ValueError` when attempting to disable events that cannot...
authorMark Shannon <mark@hotpy.org>
Fri, 28 Jul 2023 09:53:33 +0000 (10:53 +0100)
committerGitHub <noreply@github.com>
Fri, 28 Jul 2023 09:53:33 +0000 (10:53 +0100)
commit0902afbae29ef88bf9d212a7e11f9f17b6cbdeb5
treeeeada04f808fc41bfeb35fb8ac87dd3297c9a037
parent3b1a4c18426c78a2fda0d59728bfe9eb92889722
[3.12] GH-106895: Raise a `ValueError` when attempting to disable events that cannot be disabled. (GH-107337) (GH-107351)
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/generated_cases.c.h
Python/instrumentation.c