diff options
author | Raymond Hettinger <python@rcn.com> | 2004-03-11 09:48:18 +0000 |
---|---|---|
committer | Raymond Hettinger <python@rcn.com> | 2004-03-11 09:48:18 +0000 |
commit | 57c4542bcdd0bcf3bb18911f5cac8f7ccfb4c85f (patch) | |
tree | d760407422649aae60a1800c58b02506aea212c0 /Python/ceval.c | |
parent | 8ca92ae54c3c0958bf073fe04d897f8f01e02547 (diff) | |
download | cpython-git-57c4542bcdd0bcf3bb18911f5cac8f7ccfb4c85f.tar.gz |
Now that list.extend() is at the root of many list operations, it becomes
worth it to in-line the call to PyIter_Next().
Saves another 15% on most list operations that acceptable a general
iterable argument (such as the list constructor).
Diffstat (limited to 'Python/ceval.c')
0 files changed, 0 insertions, 0 deletions