diff options
| author | Antoine Pitrou <solipsis@pitrou.net> | 2011-10-18 17:52:24 +0200 |
|---|---|---|
| committer | Antoine Pitrou <solipsis@pitrou.net> | 2011-10-18 17:52:24 +0200 |
| commit | 1e73a2467f312f7b5ebef515cca6d3a16cf36f97 (patch) | |
| tree | a5ddfaf2907b079983a2924779eb36b708b4e4ea /.hgignore | |
| parent | cf28eacafe603fac8784d4a0b22b7864aec4a383 (diff) | |
| download | cpython-git-1e73a2467f312f7b5ebef515cca6d3a16cf36f97.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-- | .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 |
