mirror of
https://github.com/python/cpython.git
synced 2026-08-11 14:44:26 +08: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