diff options
| author | Victor Stinner <victor.stinner@gmail.com> | 2016-12-09 15:22:32 (GMT) |
|---|---|---|
| committer | Victor Stinner <victor.stinner@gmail.com> | 2016-12-09 15:22:32 (GMT) |
| commit | 5abaa2b139fb75a76933fb5437e09021fd080fae (patch) | |
| tree | 6c58da8c7648f939bcb5b8e50755cf9013d8e00f /Lib/idlelib/help.py | |
| parent | 55ba38a48097e4b21b406cc617df1481727f5c25 (diff) | |
| download | cpython-5abaa2b139fb75a76933fb5437e09021fd080fae.zip cpython-5abaa2b139fb75a76933fb5437e09021fd080fae.tar.gz cpython-5abaa2b139fb75a76933fb5437e09021fd080fae.tar.bz2 | |
Use PyObject_CallFunctionObjArgs()
Issue #28915: Replace PyObject_CallFunction() with
PyObject_CallFunctionObjArgs() when the format string was only made of "O"
formats, PyObject* arguments.
PyObject_CallFunctionObjArgs() avoids the creation of a temporary tuple and
doesn't have to parse a format string.
Diffstat (limited to 'Lib/idlelib/help.py')
0 files changed, 0 insertions, 0 deletions
