mirror of
https://github.com/python/cpython.git
synced 2026-05-07 21:20:55 -04:00
577e1f8cb4
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