]> granicus.if.org Git - python/commit
Issue #13150: sysconfig no longer parses the Makefile and config.h files
authorAntoine Pitrou <solipsis@pitrou.net>
Tue, 18 Oct 2011 15:52:24 +0000 (17:52 +0200)
committerAntoine Pitrou <solipsis@pitrou.net>
Tue, 18 Oct 2011 15:52:24 +0000 (17:52 +0200)
commit1e73a2467f312f7b5ebef515cca6d3a16cf36f97
treea5ddfaf2907b079983a2924779eb36b708b4e4ea
parentcf28eacafe603fac8784d4a0b22b7864aec4a383
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%.
.hgignore
Lib/sysconfig.py
Makefile.pre.in
Misc/NEWS