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 pitrou, serhiy.storchaka, vstinner
Date 2013-04-18.16:05:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1366301107.21.0.42035611003.issue17742@psf.upfronthosting.co.za>
In-reply-to
Content
I run my own benchmarks and don't see any regression besides a random noise. Actually I see even speed up for some cases:

./python -m timeit -s "a = '\x80'*10000"  "a.encode()"

Before patch: 29.8 usec per loop, after patch: 21.5 usec per loop.
This is just a compiler's caprice.
History
Date User Action Args
2013-04-18 16:05:07serhiy.storchakasetrecipients: + serhiy.storchaka, pitrou, vstinner
2013-04-18 16:05:07serhiy.storchakasetmessageid: <1366301107.21.0.42035611003.issue17742@psf.upfronthosting.co.za>
2013-04-18 16:05:07serhiy.storchakalinkissue17742 messages
2013-04-18 16:05:06serhiy.storchakacreate