[issue9807] deriving configuration information for different builds with the same prefix

Barry A. Warsaw report at bugs.python.org
Thu Sep 9 21:47:49 CEST 2010


Barry A. Warsaw <barry at python.org> added the comment:

Amaury, you mention a sys.build_config dictionary, but I think it should actually be baked into the sysconfig module, possibly as a _sysconfig extension module.  sysconfig is the new goodness for getting at this, and I don't think it ought to have to go through a sys dictionary to get the information.

I'd be willing to work on this, if we can get some consensus.

----------

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


More information about the Python-bugs-list mailing list