PyOS_AfterFork_Parent method

void PyOS_AfterFork_Parent()

Implementation

void PyOS_AfterFork_Parent() {
  return _PyOS_AfterFork_Parent();
}