[issue13150] Most of Python's startup time is sysconfig

Antoine Pitrou report at bugs.python.org
Wed Oct 12 18:01:11 CEST 2011


Antoine Pitrou <pitrou at free.fr> added the comment:

> Actually, #9878 should supersede this bug: it proposes to generate a C 
> module to avoid parsing Makefile and pyconfig.h, and your patch
> proposes to generate a Python module with the same goal.

Well, #9878 doesn't have a patch, but perhaps Barry is willing to work on one. Also, if we have a pure Python solution, perhaps a C module isn't needed. The main advantage of the C solution, though, would be to avoid dubious parsing altogher, even at build time.

----------
nosy: +barry

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue13150>
_______________________________________


More information about the Python-bugs-list mailing list