summaryrefslogtreecommitdiff
path: root/Python
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2016-12-09 15:26:00 +0100
committerVictor Stinner <victor.stinner@gmail.com>2016-12-09 15:26:00 +0100
commitf561634c82aaeb3aa60dcd2f1e2878f998d9f501 (patch)
tree2944bf6d83a1c7ad9f22738d40daee25c408c342 /Python
parent56707648120de77a5167c363cc4104dfe2cef5be (diff)
downloadcpython-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')
0 files changed, 0 insertions, 0 deletions