This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author barry
Recipients amaury.forgeotdarc, barry, dmalcolm, doko, eric.araujo, eric.smith, fdrake, loewis
Date 2010-09-13.15:21:57
SpamBayes Score 3.9399307e-05
Marked as misclassified No
Message-id <1284391319.29.0.790745317766.issue9807@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2010-09-13 15:21:59barrysetrecipients: + barry, loewis, fdrake, doko, amaury.forgeotdarc, eric.smith, eric.araujo, dmalcolm
2010-09-13 15:21:59barrysetmessageid: <1284391319.29.0.790745317766.issue9807@psf.upfronthosting.co.za>
2010-09-13 15:21:57barrylinkissue9807 messages
2010-09-13 15:21:57barrycreate