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 jpe
Recipients belopolsky, ironfroggy, jpe, loewis, rhettinger
Date 2009-02-03.19:26:11
SpamBayes Score 3.5331118e-06
Marked as misclassified No
Message-id <1233689172.54.0.249851087614.issue1706256@psf.upfronthosting.co.za>
In-reply-to
Content
Commenting because this was brought up on python-dev -- I'd like this,
primarily for the string method & itertools optimization.  It's ugly,
but it would be better than writing C code.  The alternative might be to
somehow optimize trivial functions to execute without bytecode, but that
would be considerably harder.
History
Date User Action Args
2009-02-03 19:26:12jpesetrecipients: + jpe, loewis, rhettinger, belopolsky, ironfroggy
2009-02-03 19:26:12jpesetmessageid: <1233689172.54.0.249851087614.issue1706256@psf.upfronthosting.co.za>
2009-02-03 19:26:11jpelinkissue1706256 messages
2009-02-03 19:26:11jpecreate