Commit 052b7e1c authored by Guido van Rossum's avatar Guido van Rossum

Make Py_ReturnNullError() statis as it should be.

parent 08ef9d98
......@@ -46,7 +46,7 @@ Py_ReturnMethodError(name)
return 0;
}
PyObject *
static PyObject *
Py_ReturnNullError()
{
if(! PyErr_Occurred())
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment