summaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2017-01-18 14:04:37 +0100
committerVictor Stinner <victor.stinner@gmail.com>2017-01-18 14:04:37 +0100
commitc89ef828cf1db1b0d87d83b19c5216290daa2813 (patch)
tree07fb35108df25437504808b782536e1331a2ce51 /Python
parent250e4b0063fab35770719b64d1e36209c4aa2596 (diff)
downloadcpython-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')
0 files changed, 0 insertions, 0 deletions