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 | 99ee9c70a73ec2f3db68785821a9f2867c3f637f (patch) | |
tree | 4863d1e82980d64bcf9ecbfb6002f6e35c3c980a /Python/Python-ast.c | |
parent | 6911267615ab805d555ef2b0a2458feebbc80d6d (diff) | |
download | cpython-git-99ee9c70a73ec2f3db68785821a9f2867c3f637f.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/Python-ast.c')
0 files changed, 0 insertions, 0 deletions