Replace: PyObject_CallObject(callable, NULL) with: _PyObject_CallNoArg(callable)
Miscellaneous source files for the main Python shared library