diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-08-19 18:19:42 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-08-19 18:19:42 +0200 |
commit | 5e87749a8eec95e277c0d1ec5f40467cefcb9957 (patch) | |
tree | 3e212c34c3fc2464fdc00b7b5f2564faedbf3004 /Python/ceval.c | |
parent | 018016d8e338dc99353b96df2c570bf2fd63fce2 (diff) | |
download | cpython-git-5e87749a8eec95e277c0d1ec5f40467cefcb9957.tar.gz |
Issue #27128: slot_sq_item() uses fast call
slot_sq_item() now calls _PyObject_FastCall() to avoid the creation of a
temporary tuple of 1 item to pass the 'item' argument to the slot function.
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions