| commit | 21012b82355b9a3ad09208d0fb9e3f08de6b2ad3 | [log] [tgz] |
|---|---|---|
| author | Raymond Hettinger <python@rcn.com> | Wed Feb 26 18:11:50 2003 +0000 |
| committer | Raymond Hettinger <python@rcn.com> | Wed Feb 26 18:11:50 2003 +0000 |
| tree | b6b44764d7bafda0d0581d8b653f4ac434a11ba8 | |
| parent | a006b8e4684eb9c6add60c8c9cd8299f8f821975 [diff] |
Micro-optimizations. * List/Tuple checkexact is faster for the common case. * Testing for Py_True and Py_False can be inlined for faster looping.