Use _PyObject_CallNoArg()
Replace:
PyObject_CallObject(callable, NULL)
with:
_PyObject_CallNoArg(callable) V
Victor Stinner committed
a5ed5f000aad67d216201d959de4c70b7575309d
Parent: 2a358f8
Replace:
PyObject_CallObject(callable, NULL)
with:
_PyObject_CallNoArg(callable)