py_finalize method

void py_finalize()

Finalize pocketpy and free all VMs. This opearation is irreversible. After this call, you cannot use any function from this header anymore.

Implementation

void py_finalize() {
  return _py_finalize();
}