PyErr_CheckSignals method Null safety

int PyErr_CheckSignals ()

Implementation

int PyErr_CheckSignals() {
  return _PyErr_CheckSignals();
}