]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- Issue #13150, #17512: sysconfig no longer parses the Makefile and config.h
authordoko@ubuntu.com <doko@ubuntu.com>
Mon, 8 Apr 2013 19:20:09 +0000 (21:20 +0200)
committerdoko@ubuntu.com <doko@ubuntu.com>
Mon, 8 Apr 2013 19:20:09 +0000 (21:20 +0200)
commit6cb4343d0d374a1b0ba01390ccef5b8868a5e9fc
tree2910e0d66761a1cfb25f3bc06d8679e459398104
parent7e360b39632cc0fb45f79fe66bec5f647596518e
- 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%.
.bzrignore
.hgignore
Lib/distutils/sysconfig.py
Lib/pprint.py
Lib/site.py
Lib/sysconfig.py
Makefile.pre.in
Misc/NEWS
Modules/getpath.c