PyOS_InitInterrupts method

void PyOS_InitInterrupts()

Implementation

void PyOS_InitInterrupts() {
  return _PyOS_InitInterrupts();
}