mirror of
https://github.com/python/cpython.git
synced 2026-01-28 13:45:18 +00:00
Issue #27809. _PyObject_FastCallDict() now supports keyword arguments, and so the args==NULL fast-path can also be used when kwargs is not NULL.
Miscellaneous source files for the main Python shared library