commit | 6e058d70efb0acbcc19567f9711e14314c8f20e2 | [log] [tgz] |
---|---|---|
author | Raymond Hettinger <python@rcn.com> | Fri Mar 12 15:30:38 2004 +0000 |
committer | Raymond Hettinger <python@rcn.com> | Fri Mar 12 15:30:38 2004 +0000 |
tree | a55f766ee4c6366723f756970eb8906fdc5c9cad | |
parent | 2d783e9b16e5500d4ef6a2783b92051fe9fed154 [diff] |
* Eliminate duplicate call to PyObject_Size(). (Spotted by Michael Hudson.) * Now that "selflen" is no longer inside a loop, it should not be a register variable.