I wrote:

> I've attached a patch for the above, created against the gnome-python
> 1.0.51 release.

Oops, the first Py_BuildValue call should have been
        callback = Py_BuildValue("(ONN)", func, extra, other);
not
        callback = Py_BuildValue("(ONO)", func, extra, other);

Corrected patch is included.

gnome-python.diff

Reply via email to