diff options
author | Victor Stinner <victor.stinner@gmail.com> | 2016-08-19 16:05:37 (GMT) |
---|---|---|
committer | Victor Stinner <victor.stinner@gmail.com> | 2016-08-19 16:05:37 (GMT) |
commit | f736c261a2094eee1529c98786c612904c067540 (patch) | |
tree | 7f00ff1205505e699131dea5f482345802df7e91 /Python/graminit.c | |
parent | 94463c980ec8b3f54bd223036ec0363ff4266362 (diff) | |
download | cpython-f736c261a2094eee1529c98786c612904c067540.zip cpython-f736c261a2094eee1529c98786c612904c067540.tar.gz cpython-f736c261a2094eee1529c98786c612904c067540.tar.bz2 |
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/graminit.c')
0 files changed, 0 insertions, 0 deletions