slot_tp_iter() now uses fast call
Issue #27128: slot_tp_iter() now calls _PyObject_FastCall() to avoid a temporary empty tuple.
V
Victor Stinner committed
6911267615ab805d555ef2b0a2458feebbc80d6d
Parent: 20a3007
Issue #27128: slot_tp_iter() now calls _PyObject_FastCall() to avoid a temporary empty tuple.