]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] GH-106898: Add the exception as an argument to the `PY_UNWIND` event callback...
authorMark Shannon <mark@hotpy.org>
Fri, 28 Jul 2023 10:30:16 +0000 (11:30 +0100)
committerGitHub <noreply@github.com>
Fri, 28 Jul 2023 10:30:16 +0000 (11:30 +0100)
commit3f167de440f65eb03f795e33b98cf3e84627e213
treed80aabd7204b502a3d6a4d557cebfb5dc7b81268
parent0902afbae29ef88bf9d212a7e11f9f17b6cbdeb5
[3.12] GH-106898: Add the exception as an argument to the `PY_UNWIND` event callback function. (GH-107347) (GH-107382)
Lib/test/test_monitoring.py
Misc/NEWS.d/next/Core and Builtins/2023-07-26-21-28-06.gh-issue-106898.8Wjuiv.rst [new file with mode: 0644]
Python/ceval.c
Python/legacy_tracing.c