Py_Finalize_called

true after Py_Finalize has been called. Playing with the Python API when this is true is not advised.

__gshared
auto Py_Finalize_called = false;

Meta