commit | 6911267615ab805d555ef2b0a2458feebbc80d6d | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Aug 19 18:41:02 2016 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Aug 19 18:41:02 2016 +0200 |
tree | 986ce211419c00d9f1bc0c64c515a018e2d72ec3 | |
parent | 20a3007a8de57c99713cae8849634f47689a8f19 [diff] |
slot_tp_iter() now uses fast call Issue #27128: slot_tp_iter() now calls _PyObject_FastCall() to avoid a temporary empty tuple.