commit | c1e4f9dd92a2b63b26b06035f8c8ee1a5eb52ab3 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Fri Mar 12 08:04:00 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Fri Mar 12 08:04:00 2004 +0000 |
tree | 9bac712f5696672bf2817eeda0b515e9aa891653 | |
parent | 989ddc0709e98c1a5b3480e0843cf7896fd2909e [diff] |
Use a new macro, PySequence_Fast_ITEMS to factor out code common to three recent optimizations. Aside from reducing code volume, it increases readability.