mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
ad8c83ad6b
Don't pass "()" format to PyObject_CallXXX() to call a function without argument: pass NULL as the format string instead. It avoids to have to parse a string to produce 0 argument.
Miscellaneous source files for the main Python shared library