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