]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #14928: Fix importlib bootstrap issues by using a custom executable (Modules...
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 19 Jun 2012 20:29:35 +0000 (22:29 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 19 Jun 2012 20:29:35 +0000 (22:29 +0200)
commite67f48ce5e7ad122b17e23b2705bf66cff76d42b
treee833621d743bfe9a83fb90e28f3b24f1a9829a45
parent0006aacb9dda6d62013c86aac47d977b3f04921a
Issue #14928: Fix importlib bootstrap issues by using a custom executable (Modules/_freeze_importlib) to build Python/importlib.h.
.hgignore
Include/pythonrun.h
Makefile.pre.in
Misc/NEWS
Modules/_freeze_importlib.c [new file with mode: 0644]
Python/freeze_importlib.py [deleted file]
Python/importlib.h
Python/pythonrun.c