SIGN IN SIGN UP
python / cpython UNCLAIMED

The Python programming language

0 0 0 Python

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.
V
Victor Stinner committed
99ee9c70a73ec2f3db68785821a9f2867c3f637f
Parent: 6911267