]> granicus.if.org Git - python/commit
slot_tp_iter() now uses fast call
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 19 Aug 2016 16:41:02 +0000 (18:41 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 19 Aug 2016 16:41:02 +0000 (18:41 +0200)
commit6911267615ab805d555ef2b0a2458feebbc80d6d
tree986ce211419c00d9f1bc0c64c515a018e2d72ec3
parent20a3007a8de57c99713cae8849634f47689a8f19
slot_tp_iter() now uses fast call

Issue #27128: slot_tp_iter() now calls _PyObject_FastCall() to avoid a
temporary empty tuple.
Objects/typeobject.c