summaryrefslogtreecommitdiffstats
path: root/.hgignore
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2012-06-19 20:29:35 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2012-06-19 20:29:35 (GMT)
commite67f48ce5e7ad122b17e23b2705bf66cff76d42b (patch)
treee833621d743bfe9a83fb90e28f3b24f1a9829a45 /.hgignore
parent0006aacb9dda6d62013c86aac47d977b3f04921a (diff)
downloadcpython-e67f48ce5e7ad122b17e23b2705bf66cff76d42b.zip
cpython-e67f48ce5e7ad122b17e23b2705bf66cff76d42b.tar.gz
cpython-e67f48ce5e7ad122b17e23b2705bf66cff76d42b.tar.bz2
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--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 5d2b149..bb9f3fa 100644
--- a/.hgignore
+++ b/.hgignore
@@ -79,6 +79,7 @@ PCbuild/x64-temp-*
PCbuild/amd64
BuildLog.htm
__pycache__
+Modules/_freeze_importlib
Modules/_testembed
.coverage
coverage/