mirror of
https://github.com/python/cpython.git
synced 2026-08-09 18:50:37 -04: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