summaryrefslogtreecommitdiff
path: root/.hgignore
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-10-18 17:52:24 +0200
committerAntoine Pitrou <solipsis@pitrou.net>2011-10-18 17:52:24 +0200
commitf65491b8365552dd7348768460f9fcc30ba79eda (patch)
tree41df97547be20f566f53a7530a042051370b7b6f /.hgignore
parent57bcc29a5629d91e6b6f7d9c2252bbaa3aa72577 (diff)
downloadcpython-f65491b8365552dd7348768460f9fcc30ba79eda.tar.gz
Issue #13150: sysconfig no longer parses the Makefile and config.h files
when imported, instead doing it at build time. This makes importing sysconfig faster and reduces Python startup time by 20%.
Diffstat (limited to '.hgignore')
-rw-r--r--.hgignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.hgignore b/.hgignore
index 80ac2eda10..0fd8562633 100644
--- a/.hgignore
+++ b/.hgignore
@@ -49,6 +49,7 @@ libpython*.so*
*.pyd
*.cover
*~
+Lib/_sysconfigdata.py
Lib/lib2to3/*.pickle
Lib/test/data/*
Misc/*.wpu