[pygtk] [PATCH] pyg_value_as_pyobject returns for PY_TYPE_OBJECT

2002-06-14 Thread Matt Wilson
I believe that pyg_value_as_pyobj should return a valid PyObject* if a GValue is holding a PY_TYPE_OBJECT. This means we should translate NULL returns to Py_None. Comments before committing? Cheers, Matt Index: ChangeLog ===

PyGTK versions and Redhat 7 (was Re: [pygtk] [PATCH] pyg_value_as_pyobject returns for PY_TYPE_OBJECT)

2002-06-14 Thread Christian Reis
On Fri, Jun 14, 2002 at 04:58:46PM -0400, Matt Wilson wrote: I believe that pyg_value_as_pyobj should return a valid PyObject* if a GValue is holding a PY_TYPE_OBJECT. This means we should translate NULL returns to Py_None. On an unrelated note, I have a small problem with Redhat that