]> granicus.if.org Git - python/commit
keyobject_richcompare() now uses fast call
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 19 Aug 2016 16:52:35 +0000 (18:52 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 19 Aug 2016 16:52:35 +0000 (18:52 +0200)
commitf7a4c488b55e5f7ce9bdb85d050179ba91008b70
tree7e629e009460ab96641cb852eb14e58a5343c1f4
parent99ee9c70a73ec2f3db68785821a9f2867c3f637f
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.
Modules/_functoolsmodule.c