mirror of
https://github.com/python/cpython.git
synced 2026-01-30 14:46:17 +00:00
Issue #27128: Modify PyEval_CallObjectWithKeywords() to use _PyObject_FastCall() when args==NULL and kw==NULL. It avoids the creation of a temporary empty tuple for positional arguments.
Miscellaneous source files for the main Python shared library