Victor Stinner 7e42541d08 Use _PyObject_CallMethodIdObjArgs()
Issue #28915: Replace _PyObject_CallMethodId() with
_PyObject_CallMethodIdObjArgs() when the format string only use the format 'O'
for objects, like "(O)".

_PyObject_CallMethodIdObjArgs() avoids the code to parse a format string and
avoids the creation of a temporary tuple.
2016-12-09 00:36:19 +01:00
..
2016-09-07 09:26:18 -07:00
2016-12-06 18:46:19 +01:00
2016-12-06 18:46:19 +01:00
2016-12-05 16:59:22 +10:00
2016-09-13 22:46:15 -07:00
2016-12-04 22:59:09 +01:00
2016-12-09 00:29:49 +01:00
2016-09-09 14:57:58 -07:00
2016-11-12 16:38:03 -05:00

Miscellaneous source files for the main Python shared library