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 brett.cannon
Recipients brett.cannon, eric.snow, jbeck, ncoghlan, swalker
Date 2014-08-12.14:16:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1407853008.96.0.995011790562.issue22148@psf.upfronthosting.co.za>
In-reply-to
Content
The key point here is that importlib.h isn't installed with the other header files; it's purely for compilation since it doesn't expose any API. I'm not sure how you tweaked your build environment to break that assumption, but since importlib.h is not expected to be used outside of the build I don't want to make it a header that gets installed with the other headers Python provides for expressing APIs.
History
Date User Action Args
2014-08-12 14:16:48brett.cannonsetrecipients: + brett.cannon, ncoghlan, swalker, eric.snow, jbeck
2014-08-12 14:16:48brett.cannonsetmessageid: <1407853008.96.0.995011790562.issue22148@psf.upfronthosting.co.za>
2014-08-12 14:16:48brett.cannonlinkissue22148 messages
2014-08-12 14:16:48brett.cannoncreate