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 benjamin.peterson, eric.araujo, eric.snow, ezio.melotti, georg.brandl, gvanrossum, ncoghlan, nedbat, r.david.murray, rhettinger, sandro.tosi, sdougherty, swamiyeswanth, takayuki, terry.reedy
Date 2015-04-28.18:45:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1430246723.73.0.843890663277.issue11205@psf.upfronthosting.co.za>
In-reply-to
Content
Changes to importlib.h should always be committed.  It is the frozen importlib._bootstrap module, which is the implementation of the import system used by the interpreter.  So failure to commit changes to importlib.h means your changes to importlib._bootstrap will not have any effect.
History
Date User Action Args
2015-04-28 18:45:23eric.snowsetrecipients: + eric.snow, gvanrossum, georg.brandl, rhettinger, terry.reedy, ncoghlan, nedbat, benjamin.peterson, ezio.melotti, eric.araujo, r.david.murray, sandro.tosi, swamiyeswanth, takayuki, sdougherty
2015-04-28 18:45:23eric.snowsetmessageid: <1430246723.73.0.843890663277.issue11205@psf.upfronthosting.co.za>
2015-04-28 18:45:23eric.snowlinkissue11205 messages
2015-04-28 18:45:23eric.snowcreate