PyOS_AfterFork method

void PyOS_AfterFork()

Implementation

void PyOS_AfterFork() {
  return _PyOS_AfterFork();
}