diff options
| author | Antoine Pitrou <solipsis@pitrou.net> | 2012-06-19 22:29:35 +0200 |
|---|---|---|
| committer | Antoine Pitrou <solipsis@pitrou.net> | 2012-06-19 22:29:35 +0200 |
| commit | e67f48ce5e7ad122b17e23b2705bf66cff76d42b (patch) | |
| tree | e833621d743bfe9a83fb90e28f3b24f1a9829a45 /.hgignore | |
| parent | 0006aacb9dda6d62013c86aac47d977b3f04921a (diff) | |
| download | cpython-git-e67f48ce5e7ad122b17e23b2705bf66cff76d42b.tar.gz | |
Issue #14928: Fix importlib bootstrap issues by using a custom executable (Modules/_freeze_importlib) to build Python/importlib.h.
Diffstat (limited to '.hgignore')
| -rw-r--r-- | .hgignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -79,6 +79,7 @@ PCbuild/x64-temp-* PCbuild/amd64 BuildLog.htm __pycache__ +Modules/_freeze_importlib Modules/_testembed .coverage coverage/ |
