mirror of
https://github.com/python/cpython.git
synced 2026-01-29 06:06:01 +00:00
Issue #27830: Add _PyObject_FastCallKeywords(): avoid the creation of a temporary dictionary for keyword arguments. Other changes: * Cleanup call_function() and fast_function() (ex: rename nk to nkwargs) * Remove now useless do_call(), replaced with _PyObject_FastCallKeywords()
Miscellaneous source files for the main Python shared library