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

Barry A. Warsaw report at bugs.python.org
Thu Sep 9 22:01:00 CEST 2010


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

@Amaury: yes, that makes perfect sense.  With PEP 3149, a debug (or any differently built) interpreter will pick up only the _sysconfig.blah.so that's appropriate for it, so baking it into there, with public API exposure through sysconfig seems like the right thing to do.

----------

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


More information about the Python-bugs-list mailing list