Raymond Hettinger added the comment:

> 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.

----------
nosy: +rhettinger
priority: normal -> high

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue16465>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to