diff options
author | Thomas Wouters <thomas@python.org> | 2001-06-27 13:09:44 (GMT) |
---|---|---|
committer | Thomas Wouters <thomas@python.org> | 2001-06-27 13:09:44 (GMT) |
commit | 7a5b674721161bdc60d375cde69b9372539f9191 (patch) | |
tree | 530a429544905b378c0bad878251d57342615488 /Python/getargs.c | |
parent | cf547e1b9beae7e160cef47d32f0643a9f0f70d6 (diff) | |
download | cpython-7a5b674721161bdc60d375cde69b9372539f9191.zip cpython-7a5b674721161bdc60d375cde69b9372539f9191.tar.gz cpython-7a5b674721161bdc60d375cde69b9372539f9191.tar.bz2 |
Backport Jeremy's checkin 2.244:
Add a second special case to the inline function call code in eval_code2().
If we have a PyCFunction (builtin) and it is METH_VARARGS only, load
the args and dispatch to call_cfunction() directly. This provides a
small speedup for perhaps the most common function calls -- builtins.
Diffstat (limited to 'Python/getargs.c')
0 files changed, 0 insertions, 0 deletions