diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2017-02-09 01:01:37 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2017-02-09 01:01:37 (GMT) |
commit | 12c5838dae390793009d73ba486b6b2be18cfd43 (patch) | |
tree | 382a22051a5ad49eafbc310149554c61d78b9620 /Lib/test/test_exceptions.py | |
parent | 3722f1f483065338e83ec1e28cd8dc8412ef39d7 (diff) | |
download | cpython-12c5838dae390793009d73ba486b6b2be18cfd43.zip cpython-12c5838dae390793009d73ba486b6b2be18cfd43.tar.gz cpython-12c5838dae390793009d73ba486b6b2be18cfd43.tar.bz2 |
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 'Lib/test/test_exceptions.py')
0 files changed, 0 insertions, 0 deletions