]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-106898: Add the exception as an argument to the `PY_UNWIND` event callback functio...
authorMark Shannon <mark@hotpy.org>
Thu, 27 Jul 2023 14:47:33 +0000 (15:47 +0100)
committerGitHub <noreply@github.com>
Thu, 27 Jul 2023 14:47:33 +0000 (15:47 +0100)
commitac7a0f858a8d0c6ca2e64bb880fca40e229d267a
treef9765cb1e1508018aeaa3259ef3eb431d263e6cc
parent9a7204b86bdb3e26c2a62aeaafb875275500b9f7
GH-106898: Add the exception as an argument to the `PY_UNWIND` event callback function. (GH-107347)
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