summaryrefslogtreecommitdiff
path: root/Python/ceval.c
diff options
context:
space:
mode:
authorVictor Stinner <victor.stinner@gmail.com>2016-08-19 18:19:42 +0200
committerVictor Stinner <victor.stinner@gmail.com>2016-08-19 18:19:42 +0200
commit5e87749a8eec95e277c0d1ec5f40467cefcb9957 (patch)
tree3e212c34c3fc2464fdc00b7b5f2564faedbf3004 /Python/ceval.c
parent018016d8e338dc99353b96df2c570bf2fd63fce2 (diff)
downloadcpython-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