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 eric.snow
Recipients eric.snow, exarkun
Date 2012-09-10.19:42:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1347306152.03.0.676754363267.issue15911@psf.upfronthosting.co.za>
In-reply-to
Content
This comes back to #14657, which addressed the frozen vs. non-frozen copies of importlib.  It sounds like one useful solution for your situation would be for _frozen_importlib to be used only long enough for bootstrap purposes.  This was discussed in that other issue.
History
Date User Action Args
2012-09-10 19:42:32eric.snowsetrecipients: + eric.snow, exarkun
2012-09-10 19:42:32eric.snowsetmessageid: <1347306152.03.0.676754363267.issue15911@psf.upfronthosting.co.za>
2012-09-10 19:42:31eric.snowlinkissue15911 messages
2012-09-10 19:42:31eric.snowcreate