File: gst.c
Function: _wrap_gst_task_pool_prepare
Error: returning (PyObject*)NULL without setting an exception
12891 static PyObject *
12892 _wrap_gst_task_pool_prepare(PyGObject *self)
12893 {
12894     GError *error = NULL;
12895 
12896     pyg_begin_allow_threads;
when treating unknown struct _PyGObject_Functions * from /usr/include/pygtk-2.0/pygobject.h:207 as non-NULL
when considering range: -0x80000000 <= value <= -1
taking True path
releasing the GIL by calling PyEval_SaveThread()
12897     gst_task_pool_prepare(GST_TASK_POOL(self->obj), &error);
12898     pyg_end_allow_threads;
when considering range: -0x80000000 <= value <= -1
taking True path
reacquiring the GIL by calling PyEval_RestoreThread()
12899     if (pyg_error_check(&error))
calling unknown gboolean (*) (struct GError * *) from gst.c:12899
when considering range: -0x80000000 <= value <= -1
taking True path
12900         return NULL;
12901     Py_INCREF(Py_None);
12902     return Py_None;
12903 }
returning (PyObject*)NULL without setting an exception
found 17 similar trace(s) to this