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 vstinner
Recipients loewis, mark.dickinson, pitrou, serhiy.storchaka, vstinner
Date 2012-09-24.23:28:29
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1348529311.71.0.396822525375.issue16001@psf.upfronthosting.co.za>
In-reply-to
Content
Oops, I forgot to attach the new patch: small_ints_cache_str-2.patch optimizes also str % args (copy the string when needed if the reference count is not 1).
History
Date User Action Args
2012-09-24 23:28:31vstinnersetrecipients: + vstinner, loewis, mark.dickinson, pitrou, serhiy.storchaka
2012-09-24 23:28:31vstinnersetmessageid: <1348529311.71.0.396822525375.issue16001@psf.upfronthosting.co.za>
2012-09-24 23:28:31vstinnerlinkissue16001 messages
2012-09-24 23:28:31vstinnercreate