[Orbit-python-list] Re: PATCH: fix handling of argv in CORBA__ORB_init()
Status: Inactive
Brought to you by:
tack
From: Jason T. <ta...@li...> - 2001-10-04 21:01:35
|
> for (i = 1; i < argc; i++) { > - PyObject *o = PyObject_Repr(PyTuple_GetItem(orb_args, i - 1)); > + PyObject *o = PyObject_Str(PyTuple_GetItem(orb_args, i - 1)); > argv[i] = g_strdup(PyString_AsString(o)); > Py_DECREF(o); > } This looks good kiko, go ahead and commit it. Or, sr=tack, as they say. :) Jason. |