diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-08-19 16:47:10 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-08-19 16:47:10 (GMT) |
commit | 99ee9c70a73ec2f3db68785821a9f2867c3f637f (patch) | |
tree | 4863d1e82980d64bcf9ecbfb6002f6e35c3c980a /Objects/fileobject.c | |
parent | 6911267615ab805d555ef2b0a2458feebbc80d6d (diff) | |
download | cpython-99ee9c70a73ec2f3db68785821a9f2867c3f637f.zip cpython-99ee9c70a73ec2f3db68785821a9f2867c3f637f.tar.gz cpython-99ee9c70a73ec2f3db68785821a9f2867c3f637f.tar.bz2 |
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 'Objects/fileobject.c')
0 files changed, 0 insertions, 0 deletions