]> granicus.if.org Git - python/commit
Don't parenthesis in _PyObject_CallMethodId() format
authorVictor Stinner <victor.stinner@gmail.com>
Thu, 8 Dec 2016 23:33:39 +0000 (00:33 +0100)
committerVictor Stinner <victor.stinner@gmail.com>
Thu, 8 Dec 2016 23:33:39 +0000 (00:33 +0100)
commit4c38154a432885a933b539c2682e66caaf440117
tree84f6d0fbe46ac26057383ea0606754f7d28eec0c
parentef7def94c7c681a10031e88efd6511f5c4ff2c75
Don't parenthesis in _PyObject_CallMethodId() format

Issue #28915: Without parenthesis, _PyObject_CallMethodId() avoids the creation
a temporary tuple, and so is more efficient.
Modules/_datetimemodule.c
Modules/_decimal/_decimal.c
Modules/_json.c