mirror of
https://github.com/python/cpython.git
synced 2026-01-27 21:25:12 +00:00
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