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 christian.heimes
Recipients christian.heimes, lemburg, methane, rhettinger, serhiy.storchaka
Date 2017-02-01.13:07:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1485954420.68.0.737764795873.issue29410@psf.upfronthosting.co.za>
In-reply-to
Content
Unless somebody is able to show a real-world example with a considerable performance boost (>5%), I'm strictly against any kind of special casing for short strings. I don't want to trade security for performance. You might be able to persuade me to go for a more complex system, when you can both proof security and performance boost.
History
Date User Action Args
2017-02-01 13:07:00christian.heimessetrecipients: + christian.heimes, lemburg, rhettinger, methane, serhiy.storchaka
2017-02-01 13:07:00christian.heimessetmessageid: <1485954420.68.0.737764795873.issue29410@psf.upfronthosting.co.za>
2017-02-01 13:07:00christian.heimeslinkissue29410 messages
2017-02-01 13:07:00christian.heimescreate