Files
cpython/Objects
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-01-06 17:44:43 +09:00
2016-09-09 13:54:34 -07:00
2017-01-06 17:44:43 +09:00
2017-02-10 13:32:29 +01:00
2016-12-06 18:46:19 +01:00
2016-12-30 12:24:23 +01:00
2016-09-07 14:12:36 -07:00
2016-09-18 19:24:52 -07:00
2016-09-14 23:53:47 -07:00

Source files for various builtin objects