mirror of
https://github.com/python/cpython.git
synced 2026-05-15 17:08:41 -04:00
c22bfaae83
* Move all functions to call objects in a new Objects/call.c file. * Rename fast_function() to _PyFunction_FastCallKeywords(). * Copy null_error() from Objects/abstract.c * Inline type_error() in call.c to not have to copy it, it was only called once. * Export _PyEval_EvalCodeWithName() since it is now called from call.c.
Source files for various builtin objects