mirror of
https://github.com/python/cpython.git
synced 2026-05-08 13:40:46 -04:00
155ea65e5c
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