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

Guilherme Polo report at bugs.python.org
Wed Aug 19 22:34:43 CEST 2009


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

> If it's not a problem, then the invoker doesn't need to check the exit
> code of setup.py.

Suppose the _tkinter module failed to compile on a given system, how
would you know if this is a problem or not ? setup.py would return 1
because it couldn't be built, but the rest of Python were compiled
successfully.

----------
nosy: +gpolo

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


More information about the Python-bugs-list mailing list