SIGN IN SIGN UP

Avoid inefficient way to call functions without argument

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.
V
Victor Stinner committed
ad8c83ad6b91bebbc124c0c36e67b9836ca3d90f
Parent: ca08301