diff options
author | Antoine Pitrou <solipsis@pitrou.net> | 2011-10-18 15:52:24 (GMT) |
---|---|---|
committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-10-18 15:52:24 (GMT) |
commit | 1e73a2467f312f7b5ebef515cca6d3a16cf36f97 (patch) | |
tree | a5ddfaf2907b079983a2924779eb36b708b4e4ea /.hgignore | |
parent | cf28eacafe603fac8784d4a0b22b7864aec4a383 (diff) | |
download | cpython-1e73a2467f312f7b5ebef515cca6d3a16cf36f97.zip cpython-1e73a2467f312f7b5ebef515cca6d3a16cf36f97.tar.gz cpython-1e73a2467f312f7b5ebef515cca6d3a16cf36f97.tar.bz2 |
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-- | .hgignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -49,6 +49,7 @@ libpython*.so* *.pyd *.cover *~ +Lib/_sysconfigdata.py Lib/lib2to3/*.pickle Lib/test/data/* Misc/*.wpu |