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 atuining
Recipients amaury.forgeotdarc, atuining, brett.cannon, eric.snow, r.david.murray, takluyver
Date 2012-11-14.05:31:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1352871114.74.0.534058628154.issue16467@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks to Amaury for his suggestion. It resolves the problem completely and answers the question I had about how to proceed. For others who may come across this, the key was to generate the importlib._bootstrap module (which is what is found in importlib.h) directly, rather than by including the private generated file.
History
Date User Action Args
2012-11-14 05:31:54atuiningsetrecipients: + atuining, brett.cannon, amaury.forgeotdarc, r.david.murray, eric.snow, takluyver
2012-11-14 05:31:54atuiningsetmessageid: <1352871114.74.0.534058628154.issue16467@psf.upfronthosting.co.za>
2012-11-14 05:31:54atuininglinkissue16467 messages
2012-11-14 05:31:54atuiningcreate