commit | f736c261a2094eee1529c98786c612904c067540 | [log] [tgz] |
---|---|---|
author | Victor Stinner <victor.stinner@gmail.com> | Fri Aug 19 18:05:37 2016 +0200 |
committer | Victor Stinner <victor.stinner@gmail.com> | Fri Aug 19 18:05:37 2016 +0200 |
tree | 7f00ff1205505e699131dea5f482345802df7e91 | |
parent | 94463c980ec8b3f54bd223036ec0363ff4266362 [diff] |
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.