commit | 40a03821ae948389a564934043720268bfa53b7f | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Mon Apr 12 13:05:09 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Mon Apr 12 13:05:09 2004 +0000 |
tree | 473a9e6e93dfac5786723254477b04f0a2eea387 | |
parent | 71b24115669c72dd64906745674e012c4af2b7fe [diff] |
* Specialize ins1() into app1() for appends. Saves several unnecessary steps and further improves the speed of list append. * Add guards to the list iterator length method to handle corner cases.