Eric Snow added the comment:

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.

----------
nosy: +eric.snow

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue11205>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to