diff options
author | doko@ubuntu.com <doko@ubuntu.com> | 2013-04-08 19:20:09 (GMT) |
---|---|---|
committer | doko@ubuntu.com <doko@ubuntu.com> | 2013-04-08 19:20:09 (GMT) |
commit | 6cb4343d0d374a1b0ba01390ccef5b8868a5e9fc (patch) | |
tree | 2910e0d66761a1cfb25f3bc06d8679e459398104 /.hgignore | |
parent | 7e360b39632cc0fb45f79fe66bec5f647596518e (diff) | |
download | cpython-6cb4343d0d374a1b0ba01390ccef5b8868a5e9fc.zip cpython-6cb4343d0d374a1b0ba01390ccef5b8868a5e9fc.tar.gz cpython-6cb4343d0d374a1b0ba01390ccef5b8868a5e9fc.tar.bz2 |
- Issue #13150, #17512: 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
@@ -35,6 +35,7 @@ Parser/pgen$ Parser/pgen.stamp$ ^core ^python-gdb.py +^pybuilddir.txt syntax: glob python.exe-gdb.py |