Issue #28915: Use _PyObject_CallNoArg()
Replace PyObject_CallFunction(func, NULL) with _PyObject_CallNoArg(func).
Showing
Please
register
or
sign in
to comment
Replace PyObject_CallFunction(func, NULL) with _PyObject_CallNoArg(func).