Py_Finalize method

void Py_Finalize()

Implementation

void Py_Finalize() {
  return _Py_Finalize();
}