Message 73867 - Python tracker
Message73867
| Author | hdima |
|---|---|
| Recipients | hdima, jek, rhettinger |
| Date | 2008-09-26.17:32:54 |
| SpamBayes Score | 1.0705227e-07 |
| Marked as misclassified | No |
| Message-id | <1222450376.83.0.0313714219846.issue3935@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Actually it was an optimization. PyList_Insert() was used for list and list-derived objects. I've attached the patch which fix the issue and for me the new code looks even cleaner than the original code. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-09-26 17:32:57 | hdima | set | recipients: + hdima, rhettinger, jek |
| 2008-09-26 17:32:56 | hdima | set | messageid: <1222450376.83.0.0313714219846.issue3935@psf.upfronthosting.co.za> |
| 2008-09-26 17:32:55 | hdima | link | issue3935 messages |
| 2008-09-26 17:32:55 | hdima | create | |