]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291) (GH-107346)
authorMark Shannon <mark@hotpy.org>
Fri, 28 Jul 2023 08:48:35 +0000 (09:48 +0100)
committerGitHub <noreply@github.com>
Fri, 28 Jul 2023 08:48:35 +0000 (09:48 +0100)
commit3b1a4c18426c78a2fda0d59728bfe9eb92889722
treec512a79c5cd867b030ce76fa757968749b895d6c
parent4014869b4b2456b3da1118a37332f9e9e851aebf
[3.12] GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291) (GH-107346)

* Ensures that exception handling events are balanced. Each [re]raise event has a matching unwind/handled event.
Doc/data/python3.12.abi
Include/cpython/code.h
Include/internal/pycore_instruments.h
Lib/test/test_monitoring.py
Misc/NEWS.d/next/Core and Builtins/2023-07-26-12-18-10.gh-issue-106897.EsGurc.rst [new file with mode: 0644]
Python/bytecodes.c
Python/ceval.c
Python/generated_cases.c.h
Python/instrumentation.c