diff options
| author | Victor Stinner <victor.stinner@gmail.com> | 2016-08-19 15:04:54 (GMT) |
|---|---|---|
| committer | Victor Stinner <victor.stinner@gmail.com> | 2016-08-19 15:04:54 (GMT) |
| commit | 0d1a799343dd956c8e4a1d6e0ac3fa9ac007704e (patch) | |
| tree | 40c101a07f811975f038c1ff9770d2c4474b5765 /Python/pythonrun.c | |
| parent | 71aea8e98176c333a8fc4710b3765d72ea6b04c5 (diff) | |
| download | cpython-0d1a799343dd956c8e4a1d6e0ac3fa9ac007704e.zip cpython-0d1a799343dd956c8e4a1d6e0ac3fa9ac007704e.tar.gz cpython-0d1a799343dd956c8e4a1d6e0ac3fa9ac007704e.tar.bz2 | |
Avoid call_function_tail() for empty format str
Issue #27128, PyObject_CallFunction(), _PyObject_FastCall() and callmethod():
if the format string of parameters is empty, avoid the creation of an empty
tuple: call _PyObject_FastCall() without parameters.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions
