mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
ce3489cfdb
Fix typo in the private _PyObject_CallNoArg() function name: rename it to _PyObject_CallNoArgs() to be consistent with the public function PyObject_CallNoArgs().
Miscellaneous source files for the main Python shared library