Make Py_ReturnNullError() statis as it should be.
This commit is contained in:
parent
08ef9d98b2
commit
052b7e1cfb
|
@ -46,7 +46,7 @@ Py_ReturnMethodError(name)
|
|||
return 0;
|
||||
}
|
||||
|
||||
PyObject *
|
||||
static PyObject *
|
||||
Py_ReturnNullError()
|
||||
{
|
||||
if(! PyErr_Occurred())
|
||||
|
|
Loading…
Reference in New Issue