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 pitrou
Recipients flox, pitrou
Date 2009-12-21.12:51:44
SpamBayes Score 0.013236811
Marked as misclassified No
Message-id <1261399906.42.0.919294669388.issue7462@psf.upfronthosting.co.za>
In-reply-to
Content
Some things:
- is STRINGLIB_CMP still used? if not, it should be removed (use grep :-))
- please don't use "#if 1"
- if USE_FAST isn't used anymore, it should be remove as well
- did you check that rpartition, split and friends were sped up by the
patch?

Thanks for working on this!
History
Date User Action Args
2009-12-21 12:51:46pitrousetrecipients: + pitrou, flox
2009-12-21 12:51:46pitrousetmessageid: <1261399906.42.0.919294669388.issue7462@psf.upfronthosting.co.za>
2009-12-21 12:51:44pitroulinkissue7462 messages
2009-12-21 12:51:44pitroucreate