From b1481bfddc176f55e4bab0b98d099fd92afb388b Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Wed, 20 Oct 2004 20:33:34 +0000 Subject: [PATCH] disabling the new value wrapper mode until we find more time to document it and adding a flag to switch it on/off git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6447 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Source/Modules/python.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Modules/python.cxx b/Source/Modules/python.cxx index cde6e3c4d..1282aaf37 100644 --- a/Source/Modules/python.cxx +++ b/Source/Modules/python.cxx @@ -88,7 +88,7 @@ public: /* Turn on safe value wrapper use mode */ - Swig_value_wrapper_mode(1); + /* Swig_value_wrapper_mode(1); */ /* Turn on template extmode */ Wrapper_template_extmode_set(1);