Message 73873 - Python tracker
Message73873
| Author | amaury.forgeotdarc |
|---|---|
| Recipients | amaury.forgeotdarc, hdima, jek, rhettinger |
| Date | 2008-09-26.17:52:35 |
| SpamBayes Score | 4.203789e-06 |
| Marked as misclassified | No |
| Message-id | <1222451556.08.0.619376192385.issue3935@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
We could keep the optimization for the standard case: What about simply replacing PyList_Check with PyList_CheckExact? - most usages use plain lists, and will even run slightly faster - list-derived objects get the desired behaviour. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2008-09-26 17:52:36 | amaury.forgeotdarc | set | recipients: + amaury.forgeotdarc, rhettinger, hdima, jek |
| 2008-09-26 17:52:36 | amaury.forgeotdarc | set | messageid: <1222451556.08.0.619376192385.issue3935@psf.upfronthosting.co.za> |
| 2008-09-26 17:52:35 | amaury.forgeotdarc | link | issue3935 messages |
| 2008-09-26 17:52:35 | amaury.forgeotdarc | create | |