]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291)
authorMark Shannon <mark@hotpy.org>
Thu, 27 Jul 2023 12:32:30 +0000 (13:32 +0100)
committerGitHub <noreply@github.com>
Thu, 27 Jul 2023 12:32:30 +0000 (13:32 +0100)
commit766d2518ae8384c6bd7f82727defeb86847ccf64
tree1831ee92ae897c8236517ede9e860ab26656df3f
parentf84d77b4e07aeb6241c1ff9932627d3ba059efa8
GH-106897: Add `RERAISE` event to `sys.monitoring`. (GH-107291)

* Ensures that exception handling events are balanced. Each [re]raise event has a matching unwind/handled event.
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