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 skrah
Recipients Arfrever, barry, eric.smith, fijall, mark.dickinson, pitrou, rhettinger, skrah, vstinner
Date 2013-10-14.11:00:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1381748401.33.0.591571415388.issue19232@psf.upfronthosting.co.za>
In-reply-to
Content
About IDLE I can't say anything, but I'm not entirely sure if the
PEP-399 import method is easier to understand for users, see e.g.:

http://stackoverflow.com/questions/13194384/instantiate-decimal-class

I get the impression that the posters at first did not even realize
that there *is* an accelerator in Python 3.3, so they had a hard time
debugging the issue.


As for the load time: Personally I don't have any application
that relies on a very short load time, but I wan't to note again
that importing decimal at Python startup actually doubles the
startup time.

So if there are applications that start a new Python script
for each request (e.g. via djb's tcpserver), it could really
matter.


OTOH I don't like moving code around either, so we can wait until
there's a demonstrated need for the speedup.
History
Date User Action Args
2013-10-14 11:00:01skrahsetrecipients: + skrah, barry, rhettinger, mark.dickinson, pitrou, vstinner, eric.smith, Arfrever, fijall
2013-10-14 11:00:01skrahsetmessageid: <1381748401.33.0.591571415388.issue19232@psf.upfronthosting.co.za>
2013-10-14 11:00:01skrahlinkissue19232 messages
2013-10-14 11:00:00skrahcreate