diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-08-19 18:47:10 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-08-19 18:47:10 +0200 |
commit | fc11620e7b52a910059fa231adad9d95ad1b1ea0 (patch) | |
tree | 64eafa7b83e8e55864e01bd2c13688de8168db5c /Python/pythonrun.c | |
parent | 9483ca3a2676f58de4d8283a818433897eb1fe49 (diff) | |
download | cpython-fc11620e7b52a910059fa231adad9d95ad1b1ea0.tar.gz |
calliter_iternext() now uses fast call
Issue #27128: calliter_iternext() now calls _PyObject_FastCall() to avoid a
temporary empty tuple.
Cleanup also the code to reduce the indentation level.
Diffstat (limited to 'Python/pythonrun.c')
0 files changed, 0 insertions, 0 deletions