PyOS_BeforeFork method

void PyOS_BeforeFork()

Implementation

void PyOS_BeforeFork() {
  return _PyOS_BeforeFork();
}