Victor Stinner 766af559ad Issue #29465: Add Objects/call.c file
* 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.
2017-02-10 13:32:29 +01:00
..
2017-02-10 13:32:29 +01:00
2016-09-09 12:36:44 -07:00
2016-09-18 18:00:25 -07:00
2016-09-19 22:16:36 -07:00
2016-08-20 08:03:06 +00:00
2016-09-08 09:33:56 -07:00
2017-01-11 01:07:03 +01:00