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 gregory.p.smith
Recipients Arfrever, dov, fruch, gregory.p.smith, loewis, pitrou
Date 2012-04-30.18:46:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335811567.72.0.180516190248.issue14693@psf.upfronthosting.co.za>
In-reply-to
Content
regarding the attached patch, rather than changing the test at all, I'd leave it as is.  The test as is will do what we want on the buildbots (warning us if they failed to compile when in debug mode).  I am not concerned about it testing if they compiled in opt mode or not.  I also do not think it is worth making them always compile on other platforms that do not use setup.py.

In short:  if we do anything, just make the setup.py change to get rid of the conditional compilation.
History
Date User Action Args
2012-04-30 18:46:07gregory.p.smithsetrecipients: + gregory.p.smith, loewis, pitrou, Arfrever, fruch, dov
2012-04-30 18:46:07gregory.p.smithsetmessageid: <1335811567.72.0.180516190248.issue14693@psf.upfronthosting.co.za>
2012-04-30 18:46:07gregory.p.smithlinkissue14693 messages
2012-04-30 18:46:07gregory.p.smithcreate