
report at bugs
Jun 17, 2012, 2:49 AM
Post #5 of 10
(66 views)
Permalink
|
|
[issue14928] Fix importlib bootstrapping issues
[In reply to]
|
|
Antoine Pitrou <pitrou [at] free> added the comment: > IIUC, this patch will cause importlib.h to always be built when > building from source, since _freeze_importlib will be built. Yes indeed. That's not deliberate, but because of how Makefile dependencies are specified (importlib.h needs the _freeze_importlib executable to be rebuilt, but it should really depend on the _freeze_importlib.c timestamp). Do you have an idea to avoid that? > Is it then the plan to drop importlib.h from version control? No. ---------- _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue14928> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|