mirror of
https://github.com/python/cpython.git
synced 2026-05-07 13:10:37 -04:00
7e42541d08
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.
Miscellaneous source files for the main Python shared library