Files
cpython/Python
Victor Stinner ce3489cfdb bpo-45439: Rename _PyObject_CallNoArg() to _PyObject_CallNoArgs() (GH-28891)
Fix typo in the private _PyObject_CallNoArg() function name: rename
it to _PyObject_CallNoArgs() to be consistent with the public
function PyObject_CallNoArgs().
2021-10-12 00:42:23 +02:00
..
2009-04-27 20:54:42 +00:00
2017-09-14 18:13:16 -07:00

Miscellaneous source files for the main Python shared library