Message4043

Author marcdownie
Recipients marcdownie, yanne
Date 2009-01-13.17:52:29
SpamBayes Score 0.07538267
Marked as misclassified No
Message-id <1231869150.74.0.85365653546.issue1230@psf.upfronthosting.co.za>
In-reply-to
Content
One additional comment: Now that I have "from X import *" 'working' in 
my codebase under trunk + the above patch, I suspect that I'm feeling 
the effects of the elimination of lazy class loading. My startup time 
has at least doubled with almost all of the extra time being spent 
loading the classes 'referenced' by those '*'. If there was an 
evaluation of the cost & benefits of removing lazy class loading --- and 
I could see it going either way --- then it might need to be redone in 
the light of an actually working 'from X import *'.
History
Date User Action Args
2009-01-13 17:52:30marcdowniesetmessageid: <1231869150.74.0.85365653546.issue1230@psf.upfronthosting.co.za>
2009-01-13 17:52:30marcdowniesetrecipients: + marcdownie, yanne
2009-01-13 17:52:30marcdownielinkissue1230 messages
2009-01-13 17:52:30marcdowniecreate