Victor Stinner ad8c83ad6b 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.
2016-09-05 17:53:15 -07:00
..
2016-01-26 00:40:57 +01:00
2016-08-31 08:44:26 -07:00
2016-07-08 16:44:54 -07:00
2016-03-23 09:52:13 +01:00
2016-08-07 20:20:33 -07:00
2016-01-27 00:37:59 +01:00
2016-08-16 18:46:38 +02:00
2016-06-04 05:26:40 +00:00

Miscellaneous source files for the main Python shared library