py_clearexc method
Clear the unhandled exception.
@param p0 the unwinding point. Use NULL if not needed.
Implementation
void py_clearexc(
py_StackRef p0,
) {
return _py_clearexc(
p0,
);
}
Clear the unhandled exception.
@param p0 the unwinding point. Use NULL if not needed.
void py_clearexc(
py_StackRef p0,
) {
return _py_clearexc(
p0,
);
}