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

Barry A. Warsaw report at bugs.python.org
Mon Sep 13 17:21:59 CEST 2010


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

My (I think fairly straightforward) idea is to just compile the useful values in Makefile and config.h into _sysconfig.c and arrange for sysconfig to import that and check it first (fallback to parsing mf and conf.h).

I'll see if I can whip up a patch for that for review and feedback.

----------

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


More information about the Python-bugs-list mailing list