diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-08-19 18:52:35 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-08-19 18:52:35 +0200 |
commit | f7a4c488b55e5f7ce9bdb85d050179ba91008b70 (patch) | |
tree | 7e629e009460ab96641cb852eb14e58a5343c1f4 /Python/errors.c | |
parent | 99ee9c70a73ec2f3db68785821a9f2867c3f637f (diff) | |
download | cpython-git-f7a4c488b55e5f7ce9bdb85d050179ba91008b70.tar.gz |
keyobject_richcompare() now uses fast call
Issue #27128: keyobject_richcompare() now calls _PyObject_FastCall() using a
small stack allocated on the C stack to avoid a temporary tuple.
Diffstat (limited to 'Python/errors.c')
0 files changed, 0 insertions, 0 deletions