mirror of
https://github.com/python/cpython.git
synced 2026-01-28 21:55:51 +00:00
Use _PyCFunction_FastCallKeywords() in ceval.c: it allows to remove a lot of code from ceval.c which was only used to call C functions.
Miscellaneous source files for the main Python shared library