• Victor Stinner's avatar
    Issue #29465: Add Objects/call.c file · 766af559
    Victor Stinner yazdı
    * 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.
    766af559
Makefile.pre.in 57.6 KB