mirror of
https://github.com/python/cpython.git
synced 2025-10-07 07:31:46 +00:00
GH-107724: Fix the signature of PY_THROW
callback functions. (GH-107725)
This commit is contained in:
parent
2fb484e625
commit
52fbcf61b5
6 changed files with 39 additions and 18 deletions
|
@ -2039,7 +2039,7 @@ monitor_throw(PyThreadState *tstate,
|
|||
if (no_tools_for_event(tstate, frame, PY_MONITORING_EVENT_PY_THROW)) {
|
||||
return;
|
||||
}
|
||||
_Py_call_instrumentation_exc0(tstate, PY_MONITORING_EVENT_PY_THROW, frame, instr);
|
||||
do_monitor_exc(tstate, frame, instr, PY_MONITORING_EVENT_PY_THROW);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue