This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

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:36amaury.forgeotdarcsetrecipients: + amaury.forgeotdarc, rhettinger, hdima, jek
2008-09-26 17:52:36amaury.forgeotdarcsetmessageid: <1222451556.08.0.619376192385.issue3935@psf.upfronthosting.co.za>
2008-09-26 17:52:35amaury.forgeotdarclinkissue3935 messages
2008-09-26 17:52:35amaury.forgeotdarccreate