From 851555a3e26e6e37908696f45223896dc86e6d1c Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 27 Jan 2004 03:41:26 +0000 Subject: "" svn path=/trunk/; revision=1296 --- externals/grill/py/source/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'externals/grill/py/source/main.cpp') 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 -- cgit v1.2.1