diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-01-18 14:04:37 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-01-18 14:04:37 +0100 |
commit | c89ef828cf1db1b0d87d83b19c5216290daa2813 (patch) | |
tree | 07fb35108df25437504808b782536e1331a2ce51 /Python/pymath.c | |
parent | 250e4b0063fab35770719b64d1e36209c4aa2596 (diff) | |
download | cpython-git-c89ef828cf1db1b0d87d83b19c5216290daa2813.tar.gz |
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/pymath.c')
0 files changed, 0 insertions, 0 deletions