mirror of
https://github.com/python/cpython.git
synced 2026-01-28 21:55:51 +00:00
Issue #27830: Similar to _PyObject_FastCallDict(), but keyword arguments are also passed in the same C array than positional arguments, rather than being passed as a Python dict.
Miscellaneous source files for the main Python shared library