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);