*** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@8903 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4960,7 +4960,9 @@ static PyObject *_wrap_wxProcess_GetInputStream(PyObject *self, PyObject *args,
|
|||||||
Py_DECREF(arg);
|
Py_DECREF(arg);
|
||||||
|
|
||||||
// set ThisOwn
|
// set ThisOwn
|
||||||
PyObject_SetAttrString(_resultobj, "thisown", PyInt_FromLong(1));
|
PyObject* one = PyInt_FromLong(1);
|
||||||
|
PyObject_SetAttrString(_resultobj, "thisown", one);
|
||||||
|
Py_DECREF(one);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
Py_INCREF(Py_None);
|
Py_INCREF(Py_None);
|
||||||
@@ -5013,7 +5015,9 @@ static PyObject *_wrap_wxProcess_GetErrorStream(PyObject *self, PyObject *args,
|
|||||||
Py_DECREF(arg);
|
Py_DECREF(arg);
|
||||||
|
|
||||||
// set ThisOwn
|
// set ThisOwn
|
||||||
PyObject_SetAttrString(_resultobj, "thisown", PyInt_FromLong(1));
|
PyObject* one = PyInt_FromLong(1);
|
||||||
|
PyObject_SetAttrString(_resultobj, "thisown", one);
|
||||||
|
Py_DECREF(one);
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
Py_INCREF(Py_None);
|
Py_INCREF(Py_None);
|
||||||
|
Reference in New Issue
Block a user