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:06:38
SpamBayes Score 0.00010798317
Marked as misclassified No
Message-id <1250802401.21.0.230773786074.issue6731@psf.upfronthosting.co.za>
In-reply-to
Content
When building of an extension has failed due to external reasons (e.g.
headers from too old version of a Python dependency), user might prefer
to be forced to fix these reasons, than to have Python built without an
extension. If `make` doesn't fail, user might not notice the problem
during building of Python, but some time later during trying to import
some modules. Such behavior is also especially desired in distributions
(like Gentoo) in which packages are automatically built on users'
systems.

Maybe the option could be named --enable-strict-building-of-extensions?
History
Date User Action Args
2009-08-20 21:06:41Arfreversetrecipients: + Arfrever, loewis, exarkun, gpolo
2009-08-20 21:06:41Arfreversetmessageid: <1250802401.21.0.230773786074.issue6731@psf.upfronthosting.co.za>
2009-08-20 21:06:38Arfreverlinkissue6731 messages
2009-08-20 21:06:38Arfrevercreate