commit | 4c38154a432885a933b539c2682e66caaf440117 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Dec 09 00:33:39 2016 +0100 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Dec 09 00:33:39 2016 +0100 |
tree | 84f6d0fbe46ac26057383ea0606754f7d28eec0c | |
parent | ef7def94c7c681a10031e88efd6511f5c4ff2c75 [diff] |
Don't parenthesis in _PyObject_CallMethodId() format Issue #28915: Without parenthesis, _PyObject_CallMethodId() avoids the creation a temporary tuple, and so is more efficient.