Files
cpython/Python
Victor Stinner a5ed5f000a Use _PyObject_CallNoArg()
Replace:
    PyObject_CallObject(callable, NULL)
with:
    _PyObject_CallNoArg(callable)
2016-12-06 18:45:50 +01:00
..
2016-12-05 16:59:22 +10:00
2016-12-06 18:45:50 +01:00
2016-12-05 16:59:22 +10:00
2016-12-04 22:59:09 +01:00
2016-11-12 16:38:03 -05:00

Miscellaneous source files for the main Python shared library