mirror of
https://github.com/python/cpython.git
synced 2026-05-15 17:08:41 -04:00
f17c3de263
Replace:
PyObject_CallFunctionObjArgs(callable, NULL)
with:
_PyObject_CallNoArg(callable)
Miscellaneous source files for the main Python shared library