mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Make Py_ReturnNullError() statis as it should be.
This commit is contained in:
parent
08ef9d98b2
commit
052b7e1cfb
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ Py_ReturnMethodError(name)
|
|||
return 0;
|
||||
}
|
||||
|
||||
PyObject *
|
||||
static PyObject *
|
||||
Py_ReturnNullError()
|
||||
{
|
||||
if(! PyErr_Occurred())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue