PyOS_AfterFork_Child method

void PyOS_AfterFork_Child()

Implementation

void PyOS_AfterFork_Child() {
  return _PyOS_AfterFork_Child();
}