[issue6731] Add option of non-zero exit status of setup.py when building of extensions has failed

Martin v. Löwis report at bugs.python.org
Wed Aug 19 22:26:30 CEST 2009


Martin v. Löwis <martin at v.loewis.de> added the comment:

> This makes it more easily possible for automated systems to detect that
> there was a problem with the build.

How do you define "problem" in this context? Why is it a problem if some
extension module did not get built? Perhaps it cannot build correctly
on this system. Is it, or is it not a problem that the module was not
built because header files were lacking that would be available, but
weren't installed on the build machine?

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6731>
_______________________________________


More information about the Python-bugs-list mailing list