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

Antoine Pitrou report at bugs.python.org
Thu Oct 13 17:50:29 CEST 2011


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

> > A Python solution would be more useful for other implementations
> > if enough of the sysconfig info is not CPython specific.
> That’s the point: the info currently parsed at runtime by sysconfig is
> specific to CPython (Makefile and pyconfig.h), so adding a
> CPython-specific C module was thought the way to go.

A module doesn't have to be written in C to be CPython-specific.

----------

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


More information about the Python-bugs-list mailing list