PyErr_CheckSignals method

int PyErr_CheckSignals()

Implementation

int PyErr_CheckSignals() {
  return _PyErr_CheckSignals();
}