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 Arfrever
Recipients Arfrever, exarkun, gpolo, loewis
Date 2009-08-20.21:55:34
SpamBayes Score 3.5571181e-06
Marked as misclassified No
Message-id <1250805335.8.0.174943448929.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.

It's good idea. The option of `configure` could be named
--enable-extensions=ext1,ext2,...

--enable-extensions=all could be also supported and it would mean that
all non-skipped extensions are requested.
History
Date User Action Args
2009-08-20 21:55:35Arfreversetrecipients: + Arfrever, loewis, exarkun, gpolo
2009-08-20 21:55:35Arfreversetmessageid: <1250805335.8.0.174943448929.issue6731@psf.upfronthosting.co.za>
2009-08-20 21:55:34Arfreverlinkissue6731 messages
2009-08-20 21:55:34Arfrevercreate