mirror of
https://github.com/python/cpython.git
synced 2026-05-08 05:32:01 -04:00
ae8b69c410
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