Message3884

Author pjenvey
Recipients pjenvey, sreimers
Date 2008-12-08.07:35:04
SpamBayes Score 0.0002745766
Marked as misclassified No
Message-id <1228721704.5.0.403508347658.issue1161@psf.upfronthosting.co.za>
In-reply-to
Content
Ideally our imp stuff would get a big cleanup (pretty much a rewrite). 
It's a bit crufty, and what's particularly lame is the imp module not 
totally relying on the main import code's facilities. Which is why we've 
had numerous imp bugs like this

e.g. the imp module's findFromSource is really duplicating 
core.imp.loadFromSource (but core.imp.loadFromSource doesn't return the 
data the imp module needs). CPython's import.c is much cleaner

Anyway I'm just venting my long desire to clean this stuff up the right 
way, I doubt it will happen for 2.5. We'll try to fix this with a 
simpler bandaid for before 2.5
History
Date User Action Args
2008-12-08 07:35:04pjenveysetmessageid: <1228721704.5.0.403508347658.issue1161@psf.upfronthosting.co.za>
2008-12-08 07:35:04pjenveysetrecipients: + pjenvey, sreimers
2008-12-08 07:35:04pjenveylinkissue1161 messages
2008-12-08 07:35:04pjenveycreate