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 rhettinger
Recipients benjamin.peterson, phihag, pitrou, rhettinger, serhiy.storchaka
Date 2012-11-14.01:23:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352856213.42.0.462497404497.issue16465@psf.upfronthosting.co.za>
In-reply-to
Content
> Does this regression impact any real-world program?

That is a blow-off response.  A huge swath of the language is affected by dictionary performance (keyword args, module lookups, attribute lookup, etc).  Most programs will be affected to some degree -- computationally bound programs will notice more and i/o bound programs won't notice at all.
History
Date User Action Args
2012-11-14 01:23:33rhettingersetrecipients: + rhettinger, pitrou, benjamin.peterson, phihag, serhiy.storchaka
2012-11-14 01:23:33rhettingersetmessageid: <1352856213.42.0.462497404497.issue16465@psf.upfronthosting.co.za>
2012-11-14 01:23:33rhettingerlinkissue16465 messages
2012-11-14 01:23:32rhettingercreate