mirror of
https://github.com/python/cpython.git
synced 2026-05-09 06:01:08 -04:00
a5ed5f000a
Replace:
PyObject_CallObject(callable, NULL)
with:
_PyObject_CallNoArg(callable)
Miscellaneous source files for the main Python shared library