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 serhiy.storchaka
Recipients benjamin.peterson, eric.araujo, jcea, pitrou, ronaldoussoren, serhiy.storchaka, tarek
Date 2012-06-15.08:15:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1339748120.46.0.46282142177.issue11600@psf.upfronthosting.co.za>
In-reply-to
Content
PY_CFLAGS (C compiler flags) always used with PY_CPPFLAGS (C preprocessor flags). The include directories need for #include, so it is logical that PY_CPPFLAGS did contain them. This may be useful if you use C preprocessor without C compiler. I don't think that this is a regression.
History
Date User Action Args
2012-06-15 08:15:20serhiy.storchakasetrecipients: + serhiy.storchaka, jcea, ronaldoussoren, pitrou, benjamin.peterson, tarek, eric.araujo
2012-06-15 08:15:20serhiy.storchakasetmessageid: <1339748120.46.0.46282142177.issue11600@psf.upfronthosting.co.za>
2012-06-15 08:15:19serhiy.storchakalinkissue11600 messages
2012-06-15 08:15:19serhiy.storchakacreate