mirror of
https://github.com/python/cpython.git
synced 2026-05-06 20:51:17 -04:00
559bb6a713
Issue #27809: * Rename _PyObject_FastCall() function to _PyObject_FastCallDict() * Add _PyObject_FastCall(), _PyObject_CallNoArg() and _PyObject_CallArg1() macros calling _PyObject_FastCallDict()
Miscellaneous source files for the main Python shared library