diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-08-19 18:05:37 +0200 |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-08-19 18:05:37 +0200 |
commit | f736c261a2094eee1529c98786c612904c067540 (patch) | |
tree | 7f00ff1205505e699131dea5f482345802df7e91 /Python/thread.c | |
parent | 94463c980ec8b3f54bd223036ec0363ff4266362 (diff) | |
download | cpython-git-f736c261a2094eee1529c98786c612904c067540.tar.gz |
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.
Diffstat (limited to 'Python/thread.c')
0 files changed, 0 insertions, 0 deletions