mirror of
https://github.com/python/cpython.git
synced 2026-08-08 16:21:45 +08:00
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