mirror of
https://github.com/python/cpython.git
synced 2026-05-08 21:50:40 -04:00
3f745bf1d9
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