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 serhiy.storchaka
Recipients Arfrever, amaury.forgeotdarc, arigo, barry, ezio.melotti, lemburg, pitrou, python-dev, rhettinger, serhiy.storchaka, vstinner
Date 2012-11-04.21:40:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352065209.82.0.858891731114.issue5057@psf.upfronthosting.co.za>
In-reply-to
Content
issue5057-3.diff LGTM.

I added debug output in peepholer, ran tests and found that this optimization happened for unicode strings only in test_multibytecodec (where it used deliberately) and test_peepholer.  Seems as this is very rare case.
History
Date User Action Args
2012-11-04 21:40:09serhiy.storchakasetrecipients: + serhiy.storchaka, lemburg, barry, arigo, rhettinger, amaury.forgeotdarc, pitrou, vstinner, ezio.melotti, Arfrever, python-dev
2012-11-04 21:40:09serhiy.storchakasetmessageid: <1352065209.82.0.858891731114.issue5057@psf.upfronthosting.co.za>
2012-11-04 21:40:09serhiy.storchakalinkissue5057 messages
2012-11-04 21:40:09serhiy.storchakacreate