PySignal_AfterFork method

void PySignal_AfterFork()

Implementation

void PySignal_AfterFork() {
  return _PySignal_AfterFork();
}