Message 75100 - Python tracker
Message75100
| Author | rhettinger |
|---|---|
| Recipients | kristjan.jonsson, pitrou, rhettinger |
| Date | 2008-10-22.18:58:28 |
| SpamBayes Score | 0.003716523 |
| Marked as misclassified | No |
| Message-id | <1224701909.77.0.373968350248.issue4174@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Not that excited about adding this much code for such a small speedup.
Also, the list can change size during iteration so the for-loop needs to
be changed to:
for(i = 1; i<PyList_GET_SIZE(v); i++) |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-10-22 18:58:29 | rhettinger | set | recipients: + rhettinger, pitrou, kristjan.jonsson |
| 2008-10-22 18:58:29 | rhettinger | set | messageid: <1224701909.77.0.373968350248.issue4174@psf.upfronthosting.co.za> |
| 2008-10-22 18:58:29 | rhettinger | link | issue4174 messages |
| 2008-10-22 18:58:28 | rhettinger | create | |