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

Guilherme Polo report at bugs.python.org
Thu Aug 20 23:35:05 CEST 2009


Guilherme Polo <ggpolo at gmail.com> added the comment:

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.

----------

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


More information about the Python-bugs-list mailing list