diff options
author | Thomas Grill <xovo@users.sourceforge.net> | 2004-01-27 03:41:26 +0000 |
---|---|---|
committer | Thomas Grill <xovo@users.sourceforge.net> | 2004-01-27 03:41:26 +0000 |
commit | 851555a3e26e6e37908696f45223896dc86e6d1c (patch) | |
tree | fe4630694fd85409d8c3d0a064341b91c2e13adf /externals/grill/py/source | |
parent | c58e9c41c48256950c2d6469a14686a3bd5036bf (diff) |
""
svn path=/trunk/; revision=1296
Diffstat (limited to 'externals/grill/py/source')
-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 |