diff options
Diffstat (limited to 'externals/grill/py')
-rw-r--r-- | externals/grill/py/source/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/externals/grill/py/source/main.cpp b/externals/grill/py/source/main.cpp index f10e5a8d..c311785b 100644 --- a/externals/grill/py/source/main.cpp +++ b/externals/grill/py/source/main.cpp @@ -109,9 +109,9 @@ py::~py() PyThreadState_Swap(pythrmap[GetThreadId()]); #endif -#ifdef FLEXT_DEBUG +#if 0 //def FLEXT_DEBUG // need not necessarily do that.... - Py_Finalize(); + Py_Finalize(); #endif #ifdef FLEXT_THREADS |