+++ /dev/null
-***************
-*** 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: