diff options
| author | Victor Stinner <victor.stinner@gmail.com> | 2017-01-18 13:04:37 (GMT) |
|---|---|---|
| committer | Victor Stinner <victor.stinner@gmail.com> | 2017-01-18 13:04:37 (GMT) |
| commit | c89ef828cf1db1b0d87d83b19c5216290daa2813 (patch) | |
| tree | 07fb35108df25437504808b782536e1331a2ce51 /Python/ceval.c | |
| parent | 250e4b0063fab35770719b64d1e36209c4aa2596 (diff) | |
| download | cpython-c89ef828cf1db1b0d87d83b19c5216290daa2813.zip cpython-c89ef828cf1db1b0d87d83b19c5216290daa2813.tar.gz cpython-c89ef828cf1db1b0d87d83b19c5216290daa2813.tar.bz2 | |
PyCFunction_Call() now calls _PyCFunction_FastCallDict()
Issue #29259. We had 3 versions of similar code:
* PyCFunction_Call()
* _PyCFunction_FastCallDict()
* _PyCFunction_FastCallKeywords()
PyCFunction_Call() now calls _PyCFunction_FastCallDict() to factorize the code.
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions
