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 kristjan.jonsson
Recipients amaury.forgeotdarc, benjamin.peterson, christian.heimes, ezio.melotti, gregory.p.smith, kristjan.jonsson, loewis, mark.dickinson, pitrou, python-dev, serhiy.storchaka
Date 2013-03-25.09:41:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1364204473.39.0.86622704348.issue16475@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks, Martin, for clarifying this.
Glad you are seeing improvements Amaury.  In fact, large modules can get additional improvements by identifying identical generated constructs from the compiler, like tuples and strings.  The compiler isn't very good at this to begin with.  I should probably work some more on my "recode" module and make it public.

I am unsure about how whatsnew is handled these days.  Is it incrementally updated or managed by someone?
History
Date User Action Args
2013-03-25 09:41:13kristjan.jonssonsetrecipients: + kristjan.jonsson, loewis, gregory.p.smith, amaury.forgeotdarc, mark.dickinson, pitrou, christian.heimes, benjamin.peterson, ezio.melotti, python-dev, serhiy.storchaka
2013-03-25 09:41:13kristjan.jonssonsetmessageid: <1364204473.39.0.86622704348.issue16475@psf.upfronthosting.co.za>
2013-03-25 09:41:13kristjan.jonssonlinkissue16475 messages
2013-03-25 09:41:13kristjan.jonssoncreate