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 gpolo
Recipients Arfrever, exarkun, gpolo, loewis
Date 2009-08-20.21:35:03
SpamBayes Score 1.6109631e-07
Marked as misclassified No
Message-id <1250804105.4.0.0739998689807.issue6731@psf.upfronthosting.co.za>
In-reply-to
Content
Wouldn't be more interesting to add an option where you tell exactly
which modules aren't expected to be compiled successfully ? If any
modules besides those specified are not built, then setup.py returns 1.

I, for instance, don't care if the _bsddb extension doesn't get built
but I do care that some others get compiled successfully.
History
Date User Action Args
2009-08-20 21:35:05gpolosetrecipients: + gpolo, loewis, exarkun, Arfrever
2009-08-20 21:35:05gpolosetmessageid: <1250804105.4.0.0739998689807.issue6731@psf.upfronthosting.co.za>
2009-08-20 21:35:04gpololinkissue6731 messages
2009-08-20 21:35:03gpolocreate