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 dholth
Recipients alanmcintyre, dholth, larry, loewis, serhiy.storchaka
Date 2014-01-06.15:55:30
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1389023729.17566.67212781.268DC9D5@webmail.messagingengine.com>
In-reply-to <1389021763.22.0.909314746281.issue18515@psf.upfronthosting.co.za>
Content
Thanks. I guess I know who to ask now.

It was just painful seeing so much import-time computation, pretty much
guaranteed to happen every time Python starts up, being wasted on a
feature that is rarely used. On the Raspberry Pi the majority of the
import time is spent building this table and the speed difference is
noticeable.

On Mon, Jan 6, 2014, at 10:22 AM, Larry Hastings wrote:
> 
> Larry Hastings added the comment:
> 
> Since this isn't a bugfix, it was inappropriate to check this in after
> feature-freeze for 3.4.  However it looks harmless enough, so I'm not
> asking you to revert it at this time.
> 
> I guess it's easier to get forgiveness than permission, huh.
> 
> ----------
> nosy: +larry
> 
> _______________________________________
> Python tracker <report@bugs.python.org>
> <http://bugs.python.org/issue18515>
> _______________________________________
History
Date User Action Args
2014-01-06 15:55:30dholthsetrecipients: + dholth, loewis, alanmcintyre, larry, serhiy.storchaka
2014-01-06 15:55:30dholthlinkissue18515 messages
2014-01-06 15:55:30dholthcreate