PyErr_SetInterrupt method

void PyErr_SetInterrupt()

Implementation

void PyErr_SetInterrupt() {
  return _PyErr_SetInterrupt();
}