diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-02-09 02:01:37 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-02-09 02:01:37 +0100 |
commit | 12c5838dae390793009d73ba486b6b2be18cfd43 (patch) | |
tree | 382a22051a5ad49eafbc310149554c61d78b9620 /Python/ceval.c | |
parent | 3722f1f483065338e83ec1e28cd8dc8412ef39d7 (diff) | |
download | cpython-git-12c5838dae390793009d73ba486b6b2be18cfd43.tar.gz |
Fix PyCFunction_Call() performance issue
Issue #29259, #29465: PyCFunction_Call() doesn't create anymore a redundant
tuple to pass positional arguments for METH_VARARGS.
Add a new cfunction_call() subfunction.
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions