SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 251 Python

bpo-29524: Add Objects/call.c file (#12)

* 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.
V
Victor Stinner committed
c22bfaae83ab5436d008ac0d13e7b47cbe776f08
Parent: 3110a37
Committed by GitHub <noreply@github.com> on 2/12/2017, 6:27:05 PM