]> granicus.if.org Git - python/commit
call_method() and call_maybe() now use fast call
authorVictor Stinner <victor.stinner@gmail.com>
Fri, 19 Aug 2016 16:05:37 +0000 (18:05 +0200)
committerVictor Stinner <victor.stinner@gmail.com>
Fri, 19 Aug 2016 16:05:37 +0000 (18:05 +0200)
commitf736c261a2094eee1529c98786c612904c067540
tree7f00ff1205505e699131dea5f482345802df7e91
parent94463c980ec8b3f54bd223036ec0363ff4266362
call_method() and call_maybe() now use fast call

Issue #27128. The call_method() and call_maybe() functions of typeobject.c now
use fast call for empty format string to avoid the creation of a temporary
empty tuple.
Objects/typeobject.c