]> granicus.if.org Git - python/commit
- Issue #13150: sysconfig no longer parses the Makefile and config.h files
authordoko@ubuntu.com <doko@ubuntu.com>
Thu, 21 Mar 2013 22:02:16 +0000 (15:02 -0700)
committerdoko@ubuntu.com <doko@ubuntu.com>
Thu, 21 Mar 2013 22:02:16 +0000 (15:02 -0700)
commit28b7c05131765ebdf2efa106c861b7b08008f1fc
treeafa70e084c774340b2464d6baa09b4a12a1495ef
parent17feac7c6ede072d4f64e387fd59b70123a10377
- 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%.
Lib/distutils/sysconfig.py
Lib/pprint.py
Lib/sysconfig.py
Makefile.pre.in
Misc/NEWS