old_str           859 source4/lib/wmi/wmi_wrap.c     PyObject *old_str = PyObject_Str(value);
old_str           862 source4/lib/wmi/wmi_wrap.c     PyErr_Format(type, "%s %s", PyString_AsString(old_str), mesg);
old_str           863 source4/lib/wmi/wmi_wrap.c     Py_DECREF(old_str);
old_str          2377 source4/lib/wmi/wmi_wrap.c       PyObject *old_str = PyObject_Str(value);
old_str          2381 source4/lib/wmi/wmi_wrap.c 	PyErr_Format(type, "%s %s", mesg, PyString_AsString(old_str));
old_str          2383 source4/lib/wmi/wmi_wrap.c 	PyErr_Format(type, "%s %s", PyString_AsString(old_str), mesg);
old_str          2385 source4/lib/wmi/wmi_wrap.c       Py_DECREF(old_str);