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 ncoghlan
Recipients brett.cannon, carljm, eric.araujo, holdenweb, ncoghlan, terry.reedy
Date 2012-02-26.12:26:35
SpamBayes Score 2.5689178e-06
Marked as misclassified No
Message-id <1330259195.91.0.797390968696.issue1116520@psf.upfronthosting.co.za>
In-reply-to
Content
Yeah, I'm pretty sure the bootstrap mechanism needs to be able to get hold of os.py directly so it can be injected into the importlib._bootstrap namespace.

However, it may be worth figuring out and documenting the bare minimum that has to exist on the filesystem in order for importlib to get going.

It's even possible that Brett freezes enough into the interpreter binary that the required set has shrunk to zero.
History
Date User Action Args
2012-02-26 12:26:36ncoghlansetrecipients: + ncoghlan, brett.cannon, holdenweb, terry.reedy, carljm, eric.araujo
2012-02-26 12:26:35ncoghlansetmessageid: <1330259195.91.0.797390968696.issue1116520@psf.upfronthosting.co.za>
2012-02-26 12:26:35ncoghlanlinkissue1116520 messages
2012-02-26 12:26:35ncoghlancreate