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 paul.moore
Recipients paul.moore, steve.dower, tim.golden, zach.ware
Date 2015-04-16.10:36:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1429180565.57.0.740328802742.issue23970@psf.upfronthosting.co.za>
In-reply-to
Content
Hmm, I thought everyone was too scared to change distutils. Brave man :-)

More seriously, I'm not sure I can comment usefully, I don't really understand any of this code, and the changes are pretty big. I guess the biggest risk is that someone directly references the changed code in a custom distutils command.

Hmm, I just checked the numpy sources. It looks like numpy/distutils/command/config.py references msvc9compiler. And there's lots of references to msvccompiler. I'd suggest you confirm if numpy (and probably scipy) still build with these changes.
History
Date User Action Args
2015-04-16 10:36:05paul.mooresetrecipients: + paul.moore, tim.golden, zach.ware, steve.dower
2015-04-16 10:36:05paul.mooresetmessageid: <1429180565.57.0.740328802742.issue23970@psf.upfronthosting.co.za>
2015-04-16 10:36:05paul.moorelinkissue23970 messages
2015-04-16 10:36:05paul.moorecreate