Method list of ObjectWrapper not correct terminated in C implementation.

This commit is contained in:
Graham Dumpleton
2013-08-14 22:11:58 +08:00
parent 580011349d
commit c18581be36

View File

@@ -421,6 +421,7 @@ static PyObject *WraptObjectProxy_iter(WraptObjectProxyObject *self)
static PyMethodDef WraptObjectProxy_methods[] = {
{ "__dir__", (PyCFunction)WraptObjectProxy_dir, METH_NOARGS, 0 },
{ NULL, NULL },
};
static PyGetSetDef WraptObjectProxy_getset[] = {