From 5530de66ef6880621086c6276731504459eb6709 Mon Sep 17 00:00:00 2001 From: Rupa Schomaker Date: Wed, 12 May 2010 03:32:18 -0500 Subject: [PATCH] patch cleanup - forgot a .rej file --- .../mod_python/mod_python_wrap.cpp.rej | 38 ------------------- 1 file changed, 38 deletions(-) delete mode 100644 src/mod/languages/mod_python/mod_python_wrap.cpp.rej diff --git a/src/mod/languages/mod_python/mod_python_wrap.cpp.rej b/src/mod/languages/mod_python/mod_python_wrap.cpp.rej deleted file mode 100644 index 80c9bbaace..0000000000 --- a/src/mod/languages/mod_python/mod_python_wrap.cpp.rej +++ /dev/null @@ -1,38 +0,0 @@ -*************** -*** 5555,5561 **** - SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "EventConsumer_pop" "', argument " "2"" of type '" "int""'"); - } - arg2 = static_cast< int >(val2); - result = (Event *)(arg1)->pop(arg2); - resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_Event, SWIG_POINTER_OWN | 0 ); - return resultobj; - fail: ---- 5555,5563 ---- - SWIG_exception_fail(SWIG_ArgError(ecode2), "in method '" "EventConsumer_pop" "', argument " "2"" of type '" "int""'"); - } - arg2 = static_cast< int >(val2); -+ Py_BEGIN_ALLOW_THREADS; - result = (Event *)(arg1)->pop(arg2); -+ Py_END_ALLOW_THREADS; - resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_Event, SWIG_POINTER_OWN | 0 ); - return resultobj; - fail: -*************** -*** 5577,5583 **** - SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "EventConsumer_pop" "', argument " "1"" of type '" "EventConsumer *""'"); - } - arg1 = reinterpret_cast< EventConsumer * >(argp1); - result = (Event *)(arg1)->pop(); - resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_Event, SWIG_POINTER_OWN | 0 ); - return resultobj; - fail: ---- 5579,5587 ---- - SWIG_exception_fail(SWIG_ArgError(res1), "in method '" "EventConsumer_pop" "', argument " "1"" of type '" "EventConsumer *""'"); - } - arg1 = reinterpret_cast< EventConsumer * >(argp1); -+ Py_BEGIN_ALLOW_THREADS; - result = (Event *)(arg1)->pop(); -+ Py_END_ALLOW_THREADS; - resultobj = SWIG_NewPointerObj(SWIG_as_voidptr(result), SWIGTYPE_p_Event, SWIG_POINTER_OWN | 0 ); - return resultobj; - fail: