]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Use a new macro, PySequence_Fast_ITEMS to factor out code common to
authorRaymond Hettinger <python@rcn.com>
Fri, 12 Mar 2004 08:04:00 +0000 (08:04 +0000)
committerRaymond Hettinger <python@rcn.com>
Fri, 12 Mar 2004 08:04:00 +0000 (08:04 +0000)
commitc1e4f9dd92a2b63b26b06035f8c8ee1a5eb52ab3
tree9bac712f5696672bf2817eeda0b515e9aa891653
parent989ddc0709e98c1a5b3480e0843cf7896fd2909e
Use a new macro, PySequence_Fast_ITEMS to factor out code common to
three recent optimizations.  Aside from reducing code volume, it
increases readability.
Doc/api/abstract.tex
Include/abstract.h
Misc/NEWS
Objects/listobject.c