]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-108390: Prevent non-local events being set with `sys.monitoring.set_local_events...
authorMark Shannon <mark@hotpy.org>
Tue, 5 Sep 2023 07:03:53 +0000 (08:03 +0100)
committerGitHub <noreply@github.com>
Tue, 5 Sep 2023 07:03:53 +0000 (08:03 +0100)
commit5a2a04615171899885b977d77dc379bd78bac87f
tree07b3b359d819e917cca725ca787734bad8735387
parent04a0830b00879efe057e3dfe75e9aa9c0caf1a26
GH-108390: Prevent non-local events being set with `sys.monitoring.set_local_events()` (GH-108420)
Include/cpython/code.h
Include/internal/pycore_instruments.h
Include/internal/pycore_interp.h
Lib/test/test_monitoring.py
Misc/NEWS.d/next/Core and Builtins/2023-08-13-17-18-22.gh-issue-108390.TkBccC.rst [new file with mode: 0644]
Python/ceval.c
Python/instrumentation.c