diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-12-09 15:26:00 +0100 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-12-09 15:26:00 +0100 |
commit | f561634c82aaeb3aa60dcd2f1e2878f998d9f501 (patch) | |
tree | 2944bf6d83a1c7ad9f22738d40daee25c408c342 /Python/marshal.c | |
parent | 56707648120de77a5167c363cc4104dfe2cef5be (diff) | |
download | cpython-git-f561634c82aaeb3aa60dcd2f1e2878f998d9f501.tar.gz |
Use _PyObject_CallMethodIdObjArgs() in _elementtree
Issue #28915: Replace _PyObject_CallMethodId() with
_PyObject_CallMethodIdObjArgs() when the format string was only made of "O"
formats, PyObject* arguments.
_PyObject_CallMethodIdObjArgs() avoids the creation of a temporary tuple and
doesn't have to parse a format string.
Diffstat (limited to 'Python/marshal.c')
0 files changed, 0 insertions, 0 deletions