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 pitrou
Recipients amaury.forgeotdarc, barry, dmalcolm, doko, eric.araujo, eric.smith, fdrake, loewis, pitrou
Date 2010-09-16.11:58:09
SpamBayes Score 1.8427891e-06
Marked as misclassified No
Message-id <1284638282.3397.0.camel@localhost.localdomain>
In-reply-to <4C91FBC6.1050103@v.loewis.de>
Content
Le jeudi 16 septembre 2010 à 11:13 +0000, Martin v. Löwis a écrit :
> Martin v. Löwis <martin@v.loewis.de> added the comment:
> 
> > @Martin: yep, I know we still need to install pyconfig.h and
> > Makefile, but we shouldn't need to parse them to get programmatic
> > access to the data they contain.
> 
> Hmm. What do you gain by not parsing them?

Not having some complicate and brittle code to parse Makefiles would
certainly be a win, IMO.
(the canonical pyconfig.h is arguably much simpler)
History
Date User Action Args
2010-09-16 11:58:11pitrousetrecipients: + pitrou, loewis, fdrake, barry, doko, amaury.forgeotdarc, eric.smith, eric.araujo, dmalcolm
2010-09-16 11:58:09pitroulinkissue9807 messages
2010-09-16 11:58:09pitroucreate