I couldn't figure out a way get the active exception from a PY_UNWIND event callback -- I was hoping the exception would be passed to the callback but it isn't. This was an issue with the old tracer function debugger / profiler support so it's not really a regression, but I was hoping to avoid the work arounds that we used with it.
I mentioned this in #103082 but was encouraged to create a separate bug for it.
Linked PRs
I couldn't figure out a way get the active exception from a PY_UNWIND event callback -- I was hoping the exception would be passed to the callback but it isn't. This was an issue with the old tracer function debugger / profiler support so it's not really a regression, but I was hoping to avoid the work arounds that we used with it.
I mentioned this in #103082 but was encouraged to create a separate bug for it.
Linked PRs
PY_UNWINDevent callback function. #107347PY_UNWINDevent callback function. (GH-107347) #107382