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 donlorenzo
Recipients donlorenzo, tarek
Date 2009-05-29.22:06:59
SpamBayes Score 2.2255236e-07
Marked as misclassified No
Message-id <1243634822.12.0.843073903173.issue6145@psf.upfronthosting.co.za>
In-reply-to
Content
I'm not sure if this is a bug or some weird backward-compatible behaviour...

In "distutil.extension.read_setup_file" it checks for the "-C" switch
but then appends "word" instead of "value"
So if you pass "-C-Wall" it actually passes exactly that to the compiler
instead of just "-Wall"

In the file it says the switch is "only here 'cause makesetup has it!"
so is this some behaviour the way it is for compability reasons or am I
missing something?

If this is indeed a bug I attached a patch
History
Date User Action Args
2009-05-29 22:07:02donlorenzosetrecipients: + donlorenzo, tarek
2009-05-29 22:07:02donlorenzosetmessageid: <1243634822.12.0.843073903173.issue6145@psf.upfronthosting.co.za>
2009-05-29 22:07:00donlorenzolinkissue6145 messages
2009-05-29 22:07:00donlorenzocreate